Skip to content

Commit 6b2f0f3

Browse files
committed
no-check deno
1 parent 047ed08 commit 6b2f0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
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",

0 commit comments

Comments
 (0)