aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/design-system/jest.config.js')
-rw-r--r--server/sonar-web/design-system/jest.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/jest.config.js b/server/sonar-web/design-system/jest.config.js
index e5e09955906..21af92326f2 100644
--- a/server/sonar-web/design-system/jest.config.js
+++ b/server/sonar-web/design-system/jest.config.js
@@ -52,7 +52,7 @@ module.exports = {
setupFilesAfterEnv: ['<rootDir>/config/jest/SetupReactTestingLibrary.ts'],
snapshotSerializers: ['@emotion/jest/serializer'],
testEnvironment: 'jsdom',
- testPathIgnorePatterns: ['<rootDir>/config/jest', '<rootDir>/node_modules', '<rootDir>/scripts'],
+ testPathIgnorePatterns: ['<rootDir>/config/jest', '<rootDir>/node_modules', '<rootDir>/scripts', '<rootDir>/lib'],
testRegex: '(/__tests__/.*|\\-test)\\.(ts|tsx|js)$',
transform: {
'^.+\\.(t|j)sx?$': ['babel-jest', babelConfig],