Created
January 7, 2021 01:15
-
-
Save JimmyLv/7be07e410421c53aa29d24d43462a509 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| ... | |
| "jest": { | |
| "coverageThreshold": { | |
| "global": { | |
| "branches": 50, | |
| "functions": 50, | |
| "lines": 50, | |
| "statements": 50 | |
| }, | |
| "./src/components/": { | |
| "branches": 40, | |
| "statements": 40 | |
| }, | |
| "./src/reducers/**/*.js": { | |
| "statements": 90 | |
| }, | |
| "./src/api/very-important-module.js": { | |
| "branches": 100, | |
| "functions": 100, | |
| "lines": 100, | |
| "statements": 100 | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment