diff --git a/jest.config.js b/jest.config.js index 8f3838cd5088..ae186aed300c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -128,7 +128,7 @@ module.exports = { }, ], }, - modulePathIgnorePatterns: ['/src/main/resources/templates/'], + modulePathIgnorePatterns: ['/src/main/resources/templates/', '/build/'], testTimeout: 3000, testMatch: [ '/src/test/javascript/spec/component/**/*.spec.ts',