Skip to content

Commit

Permalink
fix: fix test error by setting certain jest setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ttpss930141011 committed Oct 6, 2023
1 parent 4439587 commit 582b1c6
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,3 +1,3 @@
// Used for __tests__/testing-library.js
// 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 582b1c6

Please sign in to comment.