File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5454 "scripts" : {
5555 "test" : " vitest run --pool=forks --poolOptions.forks.singleFork" ,
5656 "test:bun" : " bun test --timeout=30000 ./tests/*.bun.test.js" ,
57- "test:deno" : " deno test --allow-all --unstable-detect-cjs ./tests/*.deno.test.js" ,
57+ "test:deno" : " deno test --allow-all --no-check -- unstable-detect-cjs ./tests/*.deno.test.js" ,
5858 "test:all" : " echo 'Running Node.js tests...' && npm run test:node && echo 'Running Bun tests...' && npm run test:bun && echo 'Running Deno tests...' && npm run test:deno && echo 'All tests completed!'" ,
5959 "test:all:parallel" : " concurrently \" npm:test:node\" \" npm:test:bun\" \" npm:test:deno\" " ,
6060 "coverage" : " vitest run --coverage.enabled --coverage.reporter='text-summary' --pool=forks --poolOptions.forks.singleFork" ,
You can’t perform that action at this time.
0 commit comments