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