diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json index 6c8a302..be20913 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,14 @@ ], "roots": [ "src/" - ] + ], + "coverageThreshold": { + "global": { + "branches": 85, + "functions": 85, + "lines": 85, + "statements": 85 + } + } } } |
