Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 25, 2023
1 parent eb93f7e commit 19142db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node-swc/__tests__/transform/issue_4730_test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ it("should work", async () => {
Object.defineProperty(exports, \\"__esModule\\", {
value: true
});
const _interop_require_wildcard = require(\\"node_modules/@swc/helpers/esm/_interop_require_wildcard\\");
const _interop_require_wildcard = require(\\"@swc/helpers/_/_interop_require_wildcard\\");
const _b = require(\\"../packages/b/src\\");
async function display() {
const displayA = await Promise.resolve().then(()=>/*#__PURE__*/ _interop_require_wildcard._(require(\\"../packages/a/src\\"))).then((c)=>c.displayA);
Expand Down

0 comments on commit 19142db

Please sign in to comment.