fix: vite worker format

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-03 02:35:02 +00:00
parent 5edfbc2820
commit 6459d68ee7

View File

@@ -17,5 +17,6 @@ export default defineConfig({
environment: 'happy-dom',
setupFiles: '.vitest/setup',
include: ['**/*.test.{ts,tsx}']
}
},
worker: { format: 'es' }
});