Skip to content

Instantly share code, notes, and snippets.

@sandalsoft
Last active April 29, 2018 19:28
Show Gist options
  • Select an option

  • Save sandalsoft/747fb15a955bf55fff4a778e96f25217 to your computer and use it in GitHub Desktop.

Select an option

Save sandalsoft/747fb15a955bf55fff4a778e96f25217 to your computer and use it in GitHub Desktop.
{
"transform": {
"^.+\\.jsx?$": "babel-jest"
},
"testPathIgnorePatterns": [
"/node_modules/",
"/node_modules_bak/",
"/test/",
"/dist/"
],
"testRegex": "\\.test\\.(jsx?)$",
"moduleFileExtensions": ["js", "jsx", "json", "node"],
"moduleNameMapper": {
"^@util/(.*)": "<rootDir>/src/util/$1",
"^@Config": "<rootDir>/config"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment