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 37b8d3b commit 04c0019Copy full SHA for 04c0019
package.json
@@ -17,8 +17,8 @@
17
"lint": "xo test.js",
18
"test-wpt": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js",
19
"test": "npm run lint && ava test.js",
20
- "report": "c8 --reporter json --reporter text ava",
21
- "coverage": "c8 --reporter json --reporter text ava && codecov -f coverage/coverage-final.json",
+ "report": "c8 --reporter json --reporter text ava test.js",
+ "coverage": "c8 --reporter json --reporter text ava test.js && codecov -f coverage/coverage-final.json",
22
"prepublishOnly": "tsc --declaration --emitDeclarationOnly --allowJs index.js from.js"
23
},
24
"repository": "https://github.com/node-fetch/fetch-blob.git",
0 commit comments