Skip to content

Commit 438797b

Browse files
committed
Fix tests
1 parent e474d71 commit 438797b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"format": "prettier --write index.ts test/*.test.js",
4242
"test": "node test/index.js",
4343
"test:bun": "bun test/index.js",
44-
"test:deno": "bun --allow-env --allow-read test/index.js"
44+
"test:deno": "deno --allow-env --allow-read test/index.js"
4545
},
4646
"keywords": [
4747
"sr25519",

0 commit comments

Comments
 (0)