| module.exports = { | |
| testEnvironment: "jsdom", | |
| setupFilesAfterEnv: ["<rootDir>/test-setup.js"], | |
| testPathIgnorePatterns: ["/node_modules/", "playwright-tests"] | |
| }; | |
| module.exports = { | |
| testEnvironment: "jsdom", | |
| setupFilesAfterEnv: ["<rootDir>/test-setup.js"], | |
| testPathIgnorePatterns: ["/node_modules/", "playwright-tests"] | |
| }; | |