fix: workflow

This commit is contained in:
Ilia Mashkov
2026-04-22 16:11:05 +03:00
parent 7e847640ad
commit aea9fde9ff
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ export default defineConfig({
setupFiles: ['./vitest.setup.component.ts', './vitest.setup.jsdom.ts'],
globals: true,
testTimeout: 15000,
maxWorkers: process.env.CI ? 1 : undefined,
},
resolve: {