module.exports = { roots: ["/pages", "/app"], testURL: "http://localhost", transform: { "^.+\\.tsx?$": "ts-jest" }, testRegex: "((\\.|/)(test|spec))\\.tsx?$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], moduleNameMapper: { "^@example(.*)$": "/app/example$1", }, }