cosmos-explorer/jest.config.playwright.js

8 lines
235 B
JavaScript
Raw Permalink Normal View History

2021-04-20 04:08:25 +01:00
module.exports = {
preset: "jest-playwright-preset",
testMatch: ["<rootDir>/test/**/*.spec.[jt]s?(x)"],
setupFiles: ["dotenv/config"],
testEnvironment: "./test/playwrightEnv.js",
setupFilesAfterEnv: ["expect-playwright"],
};