Skip to content

Commit

Permalink
Remove the extend-expect entry point in favor of a default entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
gcatanese committed Mar 12, 2024
1 parent 32609b1 commit 65fd690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import "@testing-library/jest-dom/extend-expect";
import "@testing-library/jest-dom";

0 comments on commit 65fd690

Please sign in to comment.