{
  "preset": "react-native",
  "transform": {
    "^.+\\.(js)$": "<rootDir>/node_modules/babel-jest",
    ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
  },
  "testRegex": "src/test/.+\\.(test|spec)\\.(ts|tsx|js)$",
  "moduleFileExtensions": [
    "ts",
    "tsx",
    "js",
    "json"
  ],
  "testPathIgnorePatterns": [
    "\\.snap$",
    "<rootDir>/node_modules/",
    "<rootDir>/lib/"
  ],
  "cacheDirectory": ".jest/cache",
  "modulePaths": [
    "<rootDir>/src/main"
  ],
  "coverageDirectory": "target/coverage",
  "coverageReporters": [
    "text-summary",
    "html"
  ]
}
