Skip to content

Commit

Permalink
remove watcher tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladrillo committed Nov 8, 2021
1 parent 7802351 commit 194198e
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 @@ -3,7 +3,7 @@
"version": "0.0.1",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=testing jest --watchAll --verbose --runInBand --silent",
"test": "cross-env NODE_ENV=testing jest --verbose --runInBand --silent",
"resetdb": "knex migrate:rollback && knex migrate:latest && knex seed:run"
},
"repository": {
Expand Down

0 comments on commit 194198e

Please sign in to comment.