Skip to content

Commit

Permalink
Update testing setup for jest-dom@6
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Oct 17, 2023
1 parent 0f8c7ff commit 063173a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.setup.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import "@testing-library/jest-dom/extend-expect";
import "@testing-library/jest-dom";

// Override the react.cache method to avoid caching in tests
jest.mock("react", () => {
Expand Down

1 comment on commit 063173a

@vercel
Copy link

@vercel vercel bot commented on 063173a Oct 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.