Skip to content

Instantly share code, notes, and snippets.

@camille-hdl
Created March 10, 2019 21:42
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 camille-hdl/a2460cdc52daaaa15d8fc21550d89c18 to your computer and use it in GitHub Desktop.
Save camille-hdl/a2460cdc52daaaa15d8fc21550d89c18 to your computer and use it in GitHub Desktop.
{
"jest": {
"verbose": true,
"testRegex": "(/__tests__/.*|\\.(test|spec|react-test))\\.(js|jsx)$",
"moduleFileExtensions": [
"js"
],
"globals": {
"NODE_ENV": "test"
},
"testPathIgnorePatterns": [
"node_modules"
],
"transformIgnorePatterns": [
"node_modules/(?!react-native|my-project|react-native-button)/"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment