File size: 166 Bytes
1e92f2d |
1 2 3 4 5 6 |
module.exports = {
testEnvironment: "jsdom",
setupFilesAfterEnv: ["<rootDir>/test-setup.js"],
testPathIgnorePatterns: ["/node_modules/", "playwright-tests"]
};
|
1e92f2d |
1 2 3 4 5 6 |
module.exports = {
testEnvironment: "jsdom",
setupFilesAfterEnv: ["<rootDir>/test-setup.js"],
testPathIgnorePatterns: ["/node_modules/", "playwright-tests"]
};
|