Skip to content

Instantly share code, notes, and snippets.

@JimmyLv
Created January 7, 2021 01:15
Show Gist options
  • Select an option

  • Save JimmyLv/7be07e410421c53aa29d24d43462a509 to your computer and use it in GitHub Desktop.

Select an option

Save JimmyLv/7be07e410421c53aa29d24d43462a509 to your computer and use it in GitHub Desktop.
Created with Copy to Gist
{
...
"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