Skip to content

Commit a2cb651

Browse files
authored
chore: Remove Enzyme (#685)
1 parent 0195b3d commit a2cb651

23 files changed

+698
-966
lines changed

jest.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module.exports = {
55
'!**/*storybook*.{js,jsx,ts,tsx}',
66
],
77
setupFilesAfterEnv: ['./scripts/jestSetup.ts'],
8-
snapshotSerializers: ['enzyme-to-json/serializer'],
98
moduleNameMapper: {
109
'\\.(css|less)$': '<rootDir>/src/__mocks__/styleMock.ts',
1110
},

0 commit comments

Comments
 (0)