This commit is contained in:
2025-12-01 00:48:34 +01:00
parent 645f537895
commit e7ada8aa23
24 changed files with 866 additions and 438 deletions

View File

@@ -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',
},