Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 committed Oct 23, 2024
1 parent be9d092 commit c295e31
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tests/integration/asset/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SvgLogo = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_r
]
})
});
/* harmony default export */ const logoreact = SvgLogo;
/* ESM default export */ const logoreact = SvgLogo;
console.log(logoreact);
"
`;
Expand Down Expand Up @@ -53,7 +53,7 @@ const SvgLogo = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_r
]
})
});
/* harmony default export */ const logoreact = SvgLogo;
/* ESM default export */ const logoreact = SvgLogo;
console.log(logoreact);
"
`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const SvgLogo = (props)=>/*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_react_jsx_r
]
})
});
/* harmony default export */ const logoreact = SvgLogo;
/* harmony default export */ const src = logoreact;
/* ESM default export */ const logoreact = SvgLogo;
/* ESM default export */ const src = logoreact;
export { src as default };
"
`;
Expand Down Expand Up @@ -91,8 +91,8 @@ const SvgLogo = (props)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("svg
]
})
});
/* harmony default export */ const logoreact = SvgLogo;
/* harmony default export */ const src = logoreact;
/* ESM default export */ const logoreact = SvgLogo;
/* ESM default export */ const src = logoreact;
var __webpack_export_target__ = exports;
for(var i in __webpack_exports__)__webpack_export_target__[i] = __webpack_exports__[i];
if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/resolve/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test('resolve data url', async () => {

expect(isSuccess).toBeTruthy();
expect(entries.esm).toMatchInlineSnapshot(`
"/* harmony default export */ const javascript_export_default_42 = 42;
"/* ESM default export */ const javascript_export_default_42 = 42;
console.log('x:', javascript_export_default_42);
"
`);
Expand Down

0 comments on commit c295e31

Please sign in to comment.