diff --git a/web/jest.config.js b/web/jest.config.js index c9f1b7b1..2f057a36 100644 --- a/web/jest.config.js +++ b/web/jest.config.js @@ -15,7 +15,7 @@ module.exports = { // projects: ['/web/'], // https://jestjs.io/docs/configuration#projects-arraystring--projectconfig rootDir: '.', testRegex: '.*\\.(test|spec)\\.tsx?$', - testPathIgnorePatterns: ['/node_modules/', '/e2e/cypress/'], + testPathIgnorePatterns: ['/node_modules/', '/e2e/'], transform: { '\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$': '/test/fileTransformer.js',