aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/jest.config.js
diff options
context:
space:
mode:
authorAmbroise C <ambroise.christea@sonarsource.com>2023-09-06 17:04:28 +0200
committersonartech <sonartech@sonarsource.com>2023-09-11 20:02:54 +0000
commit6f7049ee1eb4f0bbb3c57faf3092f5050feccf81 (patch)
tree4afc2274515ea69cdca4cb3003966100f91e99ab /server/sonar-web/design-system/jest.config.js
parentd852925c2c66bae4534fd7f9a2132752570434e3 (diff)
downloadsonarqube-6f7049ee1eb4f0bbb3c57faf3092f5050feccf81.tar.gz
sonarqube-6f7049ee1eb4f0bbb3c57faf3092f5050feccf81.zip
SONAR-20327 Upgrade FE dependency vite-plugin-dts
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],