{
  "clearMocks": true,
  "coverageThreshold": {
    "global": {
      "branches": 50,
      "functions": 100,
      "lines": 100,
      "statements": 100
    }
  },
  "moduleFileExtensions": ["tsx", "ts", "js"],
  "testEnvironment": "jsdom",
  "testRegex": ["\\.test\\.tsx?$"]
}
