File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 "test:vitest" : " pnpm -r --filter vitest run test" ,
1616 "test:vitest-parallel" : " pnpm -r --filter vitest run test:better" ,
1717 "test:vitest-forks" : " pnpm -r --filter vitest run test:forks" ,
18- "test:vitest-serial" : " pnpm -r --filter vitest run test --poolOptions.threads.singleThread=true " ,
18+ "test:vitest-serial" : " pnpm -r --filter vitest run test:inline " ,
1919 "test:vitest-no-isolate" : " pnpm -r --filter vitest run test:no-isolate" ,
2020 "test:mocha" : " pnpm -r --filter mocha run test" ,
2121 "test:mocha-parallel" : " pnpm -r --filter mocha run test:better" ,
Original file line number Diff line number Diff line change 77 "test" : " vitest run" ,
88 "test:better" : " vitest run --config ./vitest.better.config.js --pool=vmThreads --poolOptions.vmThreads.minThreads=2 --poolOptions.vmThreads.maxThreads=4" ,
99 "test:forks" : " vitest run --config ./vitest.better.config.js --pool=forks --poolOptions.forks.minThreads=2 --poolOptions.forks.maxThreads=4" ,
10- "test:inline" : " vitest run" ,
10+ "test:inline" : " vitest run --poolOptions.threads.singleThread=true " ,
1111 "test:no-isolate" : " vitest run --config ./vitest.better.config.js --no-isolate"
1212 },
1313 "keywords" : [],
You can’t perform that action at this time.
0 commit comments