Fix test command

pull/8/head
Vladimir Volek 6 years ago
parent 630c55ad4c
commit 8ab0ae79a8

@ -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",

Loading…
Cancel
Save