File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 "pretest" : " rimraf coverage && npm run lint" ,
3939 "test" : " npm run test:unit:cover && npm run test:types && npm run test:integration:cover && npm run test:size" ,
4040 "test:unit:cover" : " npm run test:unit -- --coverage" ,
41- "test:integration:cover" : " npm run test:integration -- --coverage" ,
4241 "test:unit" : " npx vitest --project unit --run" ,
4342 "test:types" : " npx vitest --project types --run" ,
4443 "test:unit-watch" : " npx vitest --project unit" ,
4544 "test:integration" : " npx vitest --project integration --run --no-file-parallelism" ,
45+ "test:integration:cover" : " npm run test:integration -- --coverage" ,
4646 "test:integration-watch" : " npx vitest --project integration --no-file-parallelism" ,
4747 "test:browser" : " npx playwright install && npx vitest --project browser-unit --run && npx vitest --project browser-integration --run" ,
4848 "test:version" : " grep -r \" 0.0.0-determined-by-semantic-release\" ./dist > /dev/null && echo \" version 0.0.0-determined-by-semantic-release found in output\" && exit 1 || exit 0" ,
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export default defineWorkspace([
4141 setupFiles : [ './vitest.setup.ts' ] ,
4242 environment : 'node' ,
4343 maxConcurrency : 1 ,
44+ maxWorkers : 1 ,
4445 testTimeout : 60000 ,
4546 hookTimeout : 60000 ,
4647 bail : 100 ,
You can’t perform that action at this time.
0 commit comments