{
  "testRegex": "((\\.|/*.)(spec))\\.js?$",
  "transform": {
    "^.+\\.[t|j]sx?$": "babel-jest"
  }
}