Skip to content

Commit 08e5c4c

Browse files
fix path
1 parent 6643721 commit 08e5c4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"build-doc-api": "npx typedoc",
4040
"test-deno": "cd ./tests && deno test --allow-read ./deno-runner.js",
4141
"test-node": "cd ./tests && node ./node-runner.js",
42-
"test-bun": "cd ./tests && bun test bun-runner.js",
42+
"test-bun": "cd ./tests && bun test ./bun-runner.js",
4343
"test-firefox": "firefox http://localhost:8081/tests/ & npx http-server -p=8081 & wait $!",
4444
"test-chrome": "google-chrome http://localhost:8081/tests/ & npx http-server -p=8081 & wait $!"
4545
},

0 commit comments

Comments
 (0)