Skip to content

Instantly share code, notes, and snippets.

@rrichardson
Created August 2, 2017 15:50
Show Gist options
  • Save rrichardson/c31120548fd5851280f69f4c0a1c298a to your computer and use it in GitHub Desktop.
Save rrichardson/c31120548fd5851280f69f4c0a1c298a to your computer and use it in GitHub Desktop.
"jest": {
"testEnvironment": "node",
"moduleFileExtensions": [
"js"
],
"coverageDirectory": "coverage",
"collectCoverageFrom": [
"src/*.js"
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment