We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4508c commit 586b5bbCopy full SHA for 586b5bb
package.json
@@ -36,7 +36,8 @@
36
"build:release": "npx jsbt esbuild test/build",
37
"lint": "prettier --check index.ts",
38
"format": "prettier --write index.ts",
39
- "test": "node test/index.js"
+ "test": "node test/index.js",
40
+ "test:bun": "bun test/index.js"
41
},
42
"keywords": [
43
"fetch",
0 commit comments