Skip to content

Instantly share code, notes, and snippets.

@3cL1p5e7
Created July 30, 2018 09:51
Show Gist options
  • Save 3cL1p5e7/3368495989b925edb6e4ab7923bc60a2 to your computer and use it in GitHub Desktop.
Save 3cL1p5e7/3368495989b925edb6e4ab7923bc60a2 to your computer and use it in GitHub Desktop.
{
"setupFiles": [
"./test/setup-jest.js"
],
"moduleNameMapper": {
"^services/GoogleApi(.*)$": "<rootDir>/test/mocks/GoogleApi",
"\\.(css|sass|jpe?g|svg|png)$": "identity-obj-proxy",
"^components(.*)$": "<rootDir>/app/components/$1",
"^modules(.*)$": "<rootDir>/app/modules/$1",
"^pages(.*)$": "<rootDir>/app/pages/$1",
"^services(.*)$": "<rootDir>/app/services/$1",
"^test(.*)$": "<rootDir>/test/$1"
},
"globals": {
"VERSION": "1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment