Skip to content

Commit e4506bb

Browse files
abetomoDeviaVir
authored andcommitted
Fix not specifying file name with test in package.json (#289)
This makes it possible to test each file with `npm test FILE_NAME`.
1 parent 325625d commit e4506bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"test": "mocha test/*.js"
10+
"test": "mocha"
1111
},
1212
"bin": {
1313
"node-lambda": "./bin/node-lambda"

0 commit comments

Comments
 (0)