Skip to content

Commit

Permalink
feat: migrate enzyme to react-unit-test-utils (#378)
Browse files Browse the repository at this point in the history
* feat: migrate enzyme to react-unit-test-utils

* refactor: remove unnecessary usage of shallow wrapper
  • Loading branch information
Syed-Ali-Abbas-Zaidi committed Jan 30, 2024
1 parent 7884761 commit 3384985
Show file tree
Hide file tree
Showing 54 changed files with 370 additions and 697 deletions.
3 changes: 0 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ module.exports = createConfig('jest', {
'<rootDir>/src/setupTest.js',
],
modulePaths: ['<rootDir>/src/'],
snapshotSerializers: [
'enzyme-to-json/serializer',
],
coveragePathIgnorePatterns: [
'src/segment.js',
'src/postcss.config.js',
Expand Down
Loading

0 comments on commit 3384985

Please sign in to comment.