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)"],
2020-07-02 05:33:09 +01:00
setupFiles: ["dotenv/config"],
2020-06-24 20:07:01 +01:00
};