Skip to content

Commit

Permalink
chore(deps): update babel monorepo to v7.25.4 (#3323)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommy Nguyen <[email protected]>
  • Loading branch information
renovate[bot] and tido64 authored Sep 2, 2024
1 parent 03e22c7 commit 3906eaa
Show file tree
Hide file tree
Showing 3 changed files with 112 additions and 110 deletions.
2 changes: 2 additions & 0 deletions .changeset/ten-panthers-pretend.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ describe("@rnx-kit/babel-plugin-import-path-remapper", () => {
transform(
`import(/* webpackChunkName: "example" */ "@rnx-kit/example/lib/index");`
),
`import( /* webpackChunkName: "example" */"@rnx-kit/example/src/index");`
`import(/* webpackChunkName: "example" */"@rnx-kit/example/src/index");`
);
});

Expand All @@ -133,7 +133,7 @@ describe("@rnx-kit/babel-plugin-import-path-remapper", () => {
`${moduleName}/__mocks__/${path}`,
}
),
`import( /* webpackChunkName: "example" */"@rnx-kit/example/__mocks__/index.js");`
`import(/* webpackChunkName: "example" */"@rnx-kit/example/__mocks__/index.js");`
);
});

Expand All @@ -147,7 +147,7 @@ describe("@rnx-kit/babel-plugin-import-path-remapper", () => {
`${moduleName}/__mocks__/${path}`,
}
),
`import( /* webpackChunkName: "example" */"@rnx-kit/example/__mocks__/lib/index");`
`import(/* webpackChunkName: "example" */"@rnx-kit/example/__mocks__/lib/index");`
);
});
});
Loading

0 comments on commit 3906eaa

Please sign in to comment.