Skip to content

Instantly share code, notes, and snippets.

@TimoGlastra
Last active November 29, 2018 11:11
Show Gist options
  • Save TimoGlastra/4b810b947a77b3523c0485bc55a779cf to your computer and use it in GitHub Desktop.
Save TimoGlastra/4b810b947a77b3523c0485bc55a779cf to your computer and use it in GitHub Desktop.
{
"jest": {
"preset": "react-native",
"transform": {
"^.+\\.(jsx?|tsx?)$": "babel-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json", "node"],
"modulePaths": ["<rootDir>"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment