Created
July 30, 2018 09:51
-
-
Save 3cL1p5e7/3368495989b925edb6e4ab7923bc60a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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