Skip to content

Commit

Permalink
Better testing commands
Browse files Browse the repository at this point in the history
  • Loading branch information
billinghamj committed Feb 7, 2015
1 parent 07c421a commit 898f5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},

"scripts": {
"test": "tape test/*.js",
"test-travis": "istanbul cover test/*.js --report lcovonly"
"test": "tape test/index.js",
"test-travis": "istanbul cover test/index.js --report lcovonly"
},

"dependencies": {
Expand Down

0 comments on commit 898f5ac

Please sign in to comment.