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 e5c16b16e0..891803620b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "build": "npm run tsc", "tsc": "tsc", "tsd": "tsd", - "jest": "jest --detectOpenHandles", + "jest": "jest --coverage --detectOpenHandles", "test": "npm run jest && npm run tsd" }, "repository": { |