2017-04-12 05:01:02 +00:00
|
|
|
{
|
|
|
|
"moduleFileExtensions": ["js", "jsx"],
|
|
|
|
"testPathIgnorePatterns": ["<rootDir>/common/config"],
|
|
|
|
"setupFiles": ["<rootDir>/jest_config/setupJest.js"],
|
|
|
|
"automock": false,
|
|
|
|
"moduleNameMapper": {
|
|
|
|
"^actions$": "<rootDir>/common/actions",
|
|
|
|
"^api": "<rootDir>/common/api",
|
|
|
|
"^reducers$": "<rootDir>/common/reducers",
|
|
|
|
"^routing": "<rootDir>/common/routing",
|
|
|
|
"^components$": "<rootDir>/common/components",
|
|
|
|
"^containers$": "<rootDir>/common/containers",
|
2017-05-25 22:05:11 +00:00
|
|
|
"^translations(.*)": "<rootDir>/common/translations$1"
|
2017-04-12 05:01:02 +00:00
|
|
|
}
|
|
|
|
}
|