diff --git a/vite.config.js b/vite.config.js index b3460e2..68cd9a4 100644 --- a/vite.config.js +++ b/vite.config.js @@ -31,5 +31,9 @@ export default defineConfig({ alias: { '@': path.resolve(__dirname, './src') } + }, + test: { + globals: false, + environment: 'jsdom' } })