cosmos-explorer/jest.config.e2e.js

6 lines
136 B
JavaScript
Raw Permalink Normal View History

2020-06-24 20:07:01 +01:00
module.exports = {
preset: "jest-puppeteer",
testMatch: ["<rootDir>/test/**/*.spec.[jt]s?(x)"],
2021-01-20 15:15:01 +00:00
setupFiles: ["dotenv/config"],
2020-06-24 20:07:01 +01:00
};