{
  "rootDir": "../../",
  "transformIgnorePatterns": ["node_modules/(?!@times-components)/"],
  "testEnvironment": "jsdom",
  "testMatch": ["<rootDir>/packages/pagination/__tests__/**.web.test.js"],
  "moduleNameMapper": {
    "react-native": "react-native-web"
  },
  "moduleFileExtensions": [
    "web.js",
    "js",
    "json"
  ]
}
