aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/jest.config.js')
-rw-r--r--server/sonar-web/jest.config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/sonar-web/jest.config.js b/server/sonar-web/jest.config.js
index 92fa4a39329..4aa418c407d 100644
--- a/server/sonar-web/jest.config.js
+++ b/server/sonar-web/jest.config.js
@@ -15,7 +15,6 @@ module.exports = {
},
setupFiles: [
'<rootDir>/config/polyfills.ts',
- '<rootDir>/config/jest/SetupEnzyme.ts',
'<rootDir>/config/jest/SetupTestEnvironment.ts',
'<rootDir>/config/jest/SetupTheme.js',
],
@@ -23,7 +22,7 @@ module.exports = {
'<rootDir>/config/jest/SetupReactTestingLibrary.ts',
'<rootDir>/config/jest/SetupJestAxe.ts',
],
- snapshotSerializers: ['enzyme-to-json/serializer', '@emotion/jest/serializer'],
+ snapshotSerializers: ['@emotion/jest/serializer'],
testEnvironment: 'jsdom',
testPathIgnorePatterns: [
'<rootDir>/config',