Created
June 26, 2020 12:48
-
-
Save velotiotech/b284845dff303958c51da4ff7576dacb to your computer and use it in GitHub Desktop.
This file contains 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": { | |
"verbose": true, | |
"testSequencer": "/home/abc/jest-supertest/testSequencer.js", | |
"coverageDirectory": "/home/abc/jest-supertest/coverage/my_reports/", | |
"coverageReporters": ["html","text"], | |
"coverageThreshold": { | |
"global": { | |
"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