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