From 809a5efb9db4284b0124c75fbaec34d3dd22e7bc Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 20 Aug 2019 02:50:27 +0400 Subject: Fixed build system Signed-off-by: Valentin Popov --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index e8433f9..3904045 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "lint:fix": "yarn run lint --fix", "test": "yarn run test:build && yarn run test:run", "test:build": "yarn run build && yarn run build:application", - "test:run": "jest --coverage --testTimeout 30000" + "test:run": "jest --testTimeout 30000" }, "devDependencies": { "@types/jest": "^24.0.18", -- cgit v1.2.3