Skip to content

Commit 194198e

Browse files
committed
remove watcher tests
1 parent 7802351 commit 194198e

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
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"main": "index.js",
55
"scripts": {
6-
"test": "cross-env NODE_ENV=testing jest --watchAll --verbose --runInBand --silent",
6+
"test": "cross-env NODE_ENV=testing jest --verbose --runInBand --silent",
77
"resetdb": "knex migrate:rollback && knex migrate:latest && knex seed:run"
88
},
99
"repository": {

0 commit comments

Comments
 (0)