Skip to content

Commit

Permalink
[E4E-58]: Remove enzyme in favor of react-testing-library
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCleric committed Dec 8, 2021
1 parent 1f2df8e commit f767320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ module.exports = {
statements: 80,
},
},
snapshotSerializers: ['enzyme-to-json/serializer'],
testEnvironment: 'jsdom',
transform: {
'^.+\\.tsx?$': 'babel-jest',
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@actinc/eslint-config": "3.4.0",
"@commitlint/cli": "15.0.0",
"@commitlint/config-conventional": "15.0.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"@typescript-eslint/typescript-estree": "5.4.0",
"babel-jest": "27.3.1",
"enzyme": "3.11.0",
"enzyme-to-json": "3.6.2",
"eslint": "8.3.0",
"eslint-config-airbnb": "19.0.1",
"eslint-config-airbnb-base": "15.0.0",
Expand Down

0 comments on commit f767320

Please sign in to comment.