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