1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-29 10:28:08 +00:00

Watch all tests at start

This commit is contained in:
Vladimir Volek 2018-08-14 13:55:56 +02:00
parent 3ad791a752
commit b3bfff997a

View File

@ -24,7 +24,7 @@
"lint:css": "stylelint './src/js/**/*.js'",
"test:*": "run-p test:*",
"test:unit": "jest",
"test-unit:watch": "jest -o --watch"
"test-unit:watch": "jest -o --watchAll"
},
"dependencies": {
"babel": "^6.23.0",