wip
This commit is contained in:
@@ -15,7 +15,11 @@ export default defineConfig({
|
||||
environment: 'jsdom',
|
||||
setupFiles: ['./tests/setup.ts'],
|
||||
include: ['tests/**/*.test.ts', 'tests/**/*.test.tsx'],
|
||||
exclude: ['tests/e2e/**/*'],
|
||||
exclude: [
|
||||
'tests/e2e/**/*',
|
||||
'tests/smoke/companion-boot.smoke.test.ts',
|
||||
'tests/smoke/electron-app.smoke.test.ts',
|
||||
],
|
||||
env: {
|
||||
NODE_ENV: 'test',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user