module.exports = { "roots": [ "/test" ], "testMatch": [ "**/__tests__/**/*.+(ts|tsx|js)", "**/?(*.)+(spec|test).+(ts|tsx|js)" ], "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, // "globalSetup": "/test/setupJest.ts", preset: 'jest-puppeteer', // setupFilesAfterEnv: "/test/setupJest.ts", }