Skip to content

Commit 586b5bb

Browse files
committed
Fix bun
1 parent 7b4508c commit 586b5bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"build:release": "npx jsbt esbuild test/build",
3737
"lint": "prettier --check index.ts",
3838
"format": "prettier --write index.ts",
39-
"test": "node test/index.js"
39+
"test": "node test/index.js",
40+
"test:bun": "bun test/index.js"
4041
},
4142
"keywords": [
4243
"fetch",

0 commit comments

Comments
 (0)