Skip to content

Commit c8677df

Browse files
committed
chore: update modulePreloadPolyfill snapshot
1 parent b3b42f8 commit c8677df

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

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

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

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

0 commit comments

Comments
 (0)