summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2019-08-20 01:50:27 +0300
committerValentin Popov <info@valentineus.link>2019-08-20 01:50:27 +0300
commit809a5efb9db4284b0124c75fbaec34d3dd22e7bc (patch)
tree829b6c61cfbb72d2b79487b2f55e9b1636cb98c7 /package.json
parent22989465538f64e86fe5ac0235e322133b95056c (diff)
downloadelectron-hot-reload-809a5efb9db4284b0124c75fbaec34d3dd22e7bc.tar.xz
electron-hot-reload-809a5efb9db4284b0124c75fbaec34d3dd22e7bc.zip
Fixed build system
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",