{
  "transform": {
    "^.+\\.(js|jsx)?$": ["babel-jest", { "rootMode": "upward" }]
  },
  "testEnvironment": "jsdom"
}
