diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
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", |