module.exports = { preset: "jest-puppeteer", testMatch: ["/test/**/*.spec.[jt]s?(x)"], setupFiles: ["dotenv/config"], };