Skip to content

Commit

Permalink
npm run test_tap
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Jan 6, 2013
1 parent 5593372 commit af2f8ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"tape": "~0.1.5"
},
"scripts": {
"test": "set -e; for t in test/*.js; do node $t; done"
"test": "asynct test/",
"test_tap": "set -e; for t in test/*.js; do node $t; done"
},
"testling": {
"files": "test/*.js",
Expand Down

0 comments on commit af2f8ee

Please sign in to comment.