fix: workflow
Workflow / build (push) Successful in 1m40s
Workflow / publish (push) Successful in 46s

This commit is contained in:
Ilia Mashkov
2026-04-22 16:11:05 +03:00
parent 108df323f9
commit fe0d4e7daa
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -13,6 +13,9 @@ export default defineConfig({
setupFiles: ['./vitest.setup.component.ts', './vitest.setup.jsdom.ts'],
globals: true,
testTimeout: 15000,
pool: 'forks',
maxWorkers: 1,
isolate: false,
},
resolve: {