{
    "moduleNameMapper": {
        "^lib/(.*)$": "<rootDir>/lib/$1",
        "^src/(.*)$": "<rootDir>/src/$1",
        "^rsgComponents/(.*)$": "<rootDir>/node_modules/react-styleguidist/lib/rsg-components/$1",
        "^rsg-components/(.*)$": "<rootDir>/node_modules/react-styleguidist/lib/rsg-components/$1",
        "^frc/(.*)$": "<rootDir>/node_modules/frontend-react-components/$1",
        "\\.scss$": "<rootDir>/__mocks__/ignore",
        "\\.css$": "<rootDir>/__mocks__/ignore"
    },
    "testPathIgnorePatterns": ["<rootDir>/node_modules/"],
    "setupTestFrameworkScriptFile": "<rootDir>/setup-tests.js",
    "transform": {
        "^.+\\.js$": "babel-jest"
    },
    "transformIgnorePatterns": ["node_modules/(?!(react-styleguidist)/)"],
    "coverageDirectory": "build/coverage",
    "verbose": true,
    "resetModules": true,
    "testURL": "http://testurl.com",
    "testResultsProcessor": "jest-junit"
}
