Skip to content

Commit f8c0ab9

Browse files
zkatMylesBorins
authored andcommitted
deps: floating fix for npm's test-node script
Upstream PR: npm/npm#12310 PR-URL: #6153 Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 1d669ab commit f8c0ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"tap": "tap --timeout 240",
208208
"test": "standard && npm run test-tap",
209209
"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\""
210+
"test-node": "\"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\""
211211
},
212212
"license": "Artistic-2.0"
213213
}

0 commit comments

Comments
 (0)