{
    "moduleNameMapper": {
        "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/lib/fileMock.js",
        "\\.(css|scss)$": "identity-obj-proxy"
    },
    "moduleDirectories": [
        "node_modules",
        "src"
    ],
    "setupFilesAfterEnv": [
        "<rootDir>/setup-tests.js"
    ],
    "transformIgnorePatterns": [
        "<rootDir>/node_modules/(?!react-bootstrap|@babel)"
    ],
    "testRegex": "(src/.*/__tests__/.*|(\\.|/)(test|spec))\\.js$",
    "coverageDirectory": "build/coverage",
    "resetModules": true,
    "testURL": "http://testurl.com",
    "reporters": [
        "default",
        "jest-junit"
    ],
    "timers": "fake",
    "testEnvironment": "jsdom"
}
