Skip to content

Instantly share code, notes, and snippets.

@blackfry
Created April 14, 2019 21:51
Show Gist options
  • Save blackfry/fba0614033e5639f3075c022ef504062 to your computer and use it in GitHub Desktop.
Save blackfry/fba0614033e5639f3075c022ef504062 to your computer and use it in GitHub Desktop.
jest config file
module.exports = {
verbose: true,
collectCoverage: true,
collectCoverageFrom: ['**/*.{js,jsx}', '!**/node_modules/**']
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment