cosmos-explorer/jest.config.e2e.js
2020-12-09 21:49:36 -06:00

6 lines
136 B
JavaScript

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