Skip to content

Commit 04c0019

Browse files
committed
only run test.js with ava
1 parent 37b8d3b commit 04c0019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"lint": "xo test.js",
1818
"test-wpt": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js",
1919
"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",
20+
"report": "c8 --reporter json --reporter text ava test.js",
21+
"coverage": "c8 --reporter json --reporter text ava test.js && codecov -f coverage/coverage-final.json",
2222
"prepublishOnly": "tsc --declaration --emitDeclarationOnly --allowJs index.js from.js"
2323
},
2424
"repository": "https://github.com/node-fetch/fetch-blob.git",

0 commit comments

Comments
 (0)