Skip to content

Commit a3f691a

Browse files
committed
chore: update
1 parent 2808538 commit a3f691a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/cases/extension-alias/__snapshots__/index.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

3-
exports[`should resolve .ts first 1`] = `
3+
exports[`resolve.extensionAlias should work 1`] = `
44
"\\"use strict\\";
55
var __webpack_exports__ = {};
66
@@ -23,7 +23,7 @@ if(__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target
2323
"
2424
`;
2525

26-
exports[`should resolve .ts first 2`] = `
26+
exports[`resolve.extensionAlias should work 2`] = `
2727
"
2828
;// CONCATENATED MODULE: ./src/bar.js
2929
const bar = 'bar';

0 commit comments

Comments
 (0)