Skip to content

Commit c43c8b9

Browse files
committed
remove 'watch' from npm test script
1 parent e600592 commit c43c8b9

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
@@ -5,7 +5,7 @@
55
"author": "Jeremy Daly <jeremy@jeremydaly.com>",
66
"main": "index.js",
77
"scripts": {
8-
"test": "jest unit --watch",
8+
"test": "jest unit",
99
"test-ci": "eslint . && jest unit --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
1010
"lint": "eslint ."
1111
},

0 commit comments

Comments
 (0)