We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6643721 commit 08e5c4cCopy full SHA for 08e5c4c
1 file changed
package.json
@@ -39,7 +39,7 @@
39
"build-doc-api": "npx typedoc",
40
"test-deno": "cd ./tests && deno test --allow-read ./deno-runner.js",
41
"test-node": "cd ./tests && node ./node-runner.js",
42
- "test-bun": "cd ./tests && bun test bun-runner.js",
+ "test-bun": "cd ./tests && bun test ./bun-runner.js",
43
"test-firefox": "firefox http://localhost:8081/tests/ & npx http-server -p=8081 & wait $!",
44
"test-chrome": "google-chrome http://localhost:8081/tests/ & npx http-server -p=8081 & wait $!"
45
},
0 commit comments