Skip to content

Commit

Permalink
Remove "extend-expect" setup
Browse files Browse the repository at this point in the history
Undocumented feature which should not have been used and will be removed
in 6.0.0 and break us.
  • Loading branch information
hugo committed Aug 21, 2023
1 parent e2a9484 commit e9a6f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
verbose: true,
bail: 1,
setupFilesAfterEnv: ['@testing-library/jest-dom/extend-expect'],
setupFilesAfterEnv: ['@testing-library/jest-dom'],
moduleNameMapper: {
'\\.css$': 'identity-obj-proxy',
},
Expand Down

0 comments on commit e9a6f5d

Please sign in to comment.