1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-29 02:18:06 +00:00

Fix test command

This commit is contained in:
Vladimir Volek 2018-08-25 13:00:54 +02:00
parent 630c55ad4c
commit 8ab0ae79a8

View File

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