Skip to content

Commit

Permalink
Test this
Browse files Browse the repository at this point in the history
  • Loading branch information
benmerckx committed May 10, 2024
1 parent c15f401 commit b8415f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"prepublishOnly": "tsc -p tsconfig.build.json && bun build.ts",
"cycles": "madge --warning --circular src/index.ts",
"test:bun": "bun test",
"test:node": "node --import tsx --test \"**/*.test.ts\"",
"test:node": "node --test-concurrency=1 --import tsx --test \"**/*.test.ts\"",
"test:deno": "deno test --no-check --allow-read"
},
"sideEffects": false,
Expand Down

0 comments on commit b8415f1

Please sign in to comment.