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 efae35f commit c4e6775Copy full SHA for c4e6775
package.json
@@ -48,7 +48,7 @@
48
"lint:fix": "standard --fix | snazzy",
49
"test": "npm run test:tap && npm run test:node-fetch && npm run test:fetch && npm run test:jest && tsd",
50
"test:node-fetch": "node scripts/verifyVersion.js 16 || mocha test/node-fetch",
51
- "test:fetch": "node scripts/verifyVersion.js 16 || npm run build:node && tap test/fetch/*.js",
+ "test:fetch": "node scripts/verifyVersion.js 16 || (npm run build:node && tap test/fetch/*.js)",
52
"test:jest": "jest",
53
"test:tap": "tap test/*.js test/diagnostics-channel/*.js",
54
"test:tdd": "tap test/*.js test/diagnostics-channel/*.js -w",
0 commit comments