Skip to content

Commit afbde2f

Browse files
committed
chore: update snapshot
1 parent 4f36219 commit afbde2f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/vite/src/node/__tests__/plugins/modulePreloadPolyfill/__snapshots__/modulePreloadPolyfill.spec.ts.snap

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

3-
exports[`load > doesn't load modulepreload polyfill when format is cjs 1`] = `
4-
""use strict";
5-
"
6-
`;
3+
exports[`load > doesn't load modulepreload polyfill when format is cjs 1`] = `""`;
74

85
exports[`load > loads modulepreload polyfill 1`] = `
96
"(function polyfill() {

0 commit comments

Comments
 (0)