Skip to content

Commit

Permalink
test: get rid of legacy test command from test-node
Browse files Browse the repository at this point in the history
Credit: @zkat
PR-URL: npm/npm#12310
  • Loading branch information
zkat authored and iarna committed Apr 21, 2016
1 parent 3d195bc commit 69db730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 69db730

Please sign in to comment.