Skip to content

Commit c75f097

Browse files
committed
TEMP: patch to npm test-node script for npm test
nodejs#7867 (comment)
1 parent c350268 commit c75f097

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deps/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
"test": "standard && npm run test-tap",
208208
"test-coverage": "npm run tap-cover -- \"test/tap/*.js\" \"test/network/*.js\"",
209209
"test-tap": "npm run tap -- \"test/tap/*.js\"",
210-
"test-node": "\"$NODE\" \"node_modules/.bin/tap\" --timeout 240 \"test/tap/*.js\" \"test/network/*.js\""
210+
"test-node": "tap --timeout 240 \"test/tap/*.js\" \"test/network/*.js\""
211211
},
212212
"license": "Artistic-2.0"
213213
}

0 commit comments

Comments
 (0)