Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 26, 2020 12:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/b284845dff303958c51da4ff7576dacb to your computer and use it in GitHub Desktop.
Save velotiotech/b284845dff303958c51da4ff7576dacb to your computer and use it in GitHub Desktop.
"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