Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jun 5, 2022
1 parent fbb4019 commit 3301a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/lib/__tests__/lib.spec.ts
Expand Up @@ -31,7 +31,7 @@ describe.runIf(isBuild)('build', () => {
() => page.textContent('.dynamic-import-message'),
'hello vite'
)
const code = readFile('dist/lib/dynamic-import-message.es.js')
const code = readFile('dist/lib/dynamic-import-message.es.mjs')
expect(code).not.toMatch('__vitePreload')

// Test that library chunks are hashed
Expand Down

0 comments on commit 3301a8e

Please sign in to comment.