We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d669ab commit f8c0ab9Copy full SHA for f8c0ab9
deps/npm/package.json
@@ -207,7 +207,7 @@
207
"tap": "tap --timeout 240",
208
"test": "standard && npm run test-tap",
209
"test-tap": "npm run tap -- \"test/tap/*.js\"",
210
- "test-node": "\"$NODE\" ./test/run.js && \"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\""
+ "test-node": "\"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\""
211
},
212
"license": "Artistic-2.0"
213
}
0 commit comments