deps: floating fix for npm's test-node script
Upstream PR: https://github.com/npm/npm/pull/12310 PR-URL: https://github.com/nodejs/node/pull/6153 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
This commit is contained in:
parent
40e79b1305
commit
6e3e8acc7c
2
deps/npm/package.json
vendored
2
deps/npm/package.json
vendored
@ -207,7 +207,7 @@
|
||||
"tap": "tap --timeout 240",
|
||||
"test": "standard && npm run test-tap",
|
||||
"test-tap": "npm run tap -- \"test/tap/*.js\"",
|
||||
"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\""
|
||||
},
|
||||
"license": "Artistic-2.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user