From 8ab0ae79a8cf33e0ae008f9224f42f8caea9a88e Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Sat, 25 Aug 2018 13:00:54 +0200 Subject: [PATCH] Fix test command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e35c2b19..fe6aa4c7 100644 --- a/package.json +++ b/package.json @@ -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",