Skip to content

Commit 0ac9962

Browse files
author
Ray Farias
committed
update npm test script to use watch and bail with flags
1 parent ff75206 commit 0ac9962

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 -R spec ./test"
10+
"test": "mocha --bail --watch"
1111
},
1212
"repository": {
1313
"type": "git",

0 commit comments

Comments
 (0)