Skip to content

Commit

Permalink
deps: floating fix for npm's test-node script
Browse files Browse the repository at this point in the history
Upstream PR: npm/npm#12310

PR-URL: #6153
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
zkat authored and Fishrock123 committed Apr 14, 2016
1 parent 40e79b1 commit 6e3e8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 6e3e8ac

Please sign in to comment.