diff --git a/jest.config.js b/jest.config.js index e9ba0c307cf..6c434997397 100644 --- a/jest.config.js +++ b/jest.config.js @@ -27,6 +27,11 @@ module.exports = { }, }, coveragePathIgnorePatterns: ['/src/main/webapp/app/common/primary/applicationlistener/WindowApplicationListener'], - modulePathIgnorePatterns: ['/src/main/resources/', '/target/classes/generator/'], + modulePathIgnorePatterns: [ + '/src/main/resources/', + '/src/test/resources/', + '/target/classes/generator/', + '/target/test-classes/', + ], testResultsProcessor: 'jest-sonar-reporter', };