Skip to content

Commit

Permalink
Fix not specifying file name with test in package.json (#289)
Browse files Browse the repository at this point in the history
This makes it possible to test each file with `npm test FILE_NAME`.
  • Loading branch information
abetomo authored and DeviaVir committed May 21, 2017
1 parent 325625d commit e4506bb
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 @@ -7,7 +7,7 @@
"test": "test"
},
"scripts": {
"test": "mocha test/*.js"
"test": "mocha"
},
"bin": {
"node-lambda": "./bin/node-lambda"
Expand Down

0 comments on commit e4506bb

Please sign in to comment.