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:
parent
3ad791a752
commit
b3bfff997a
@ -24,7 +24,7 @@
|
|||||||
"lint:css": "stylelint './src/js/**/*.js'",
|
"lint:css": "stylelint './src/js/**/*.js'",
|
||||||
"test:*": "run-p test:*",
|
"test:*": "run-p test:*",
|
||||||
"test:unit": "jest",
|
"test:unit": "jest",
|
||||||
"test-unit:watch": "jest -o --watch"
|
"test-unit:watch": "jest -o --watchAll"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel": "^6.23.0",
|
"babel": "^6.23.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user