Last active
April 29, 2018 19:28
-
-
Save sandalsoft/747fb15a955bf55fff4a778e96f25217 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
| { | |
| "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