1 parent f28cc52 commit 22e8f35Copy full SHA for 22e8f35
2 files 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.test.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
},
tests/bun-runner.test.js tests/bun-runner.jstests/bun-runner.test.js renamed to tests/bun-runner.js
0 commit comments