Skip to content

Commit 9085096

Browse files
committed
chore: import vitest matchers
1 parent 050ae04 commit 9085096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/setup.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
// allows you to do things like:
33
// expect(element).toHaveTextContent(/react/i)
44
// learn more: https://github.com/testing-library/jest-dom
5-
import '@testing-library/jest-dom';
5+
import '@testing-library/jest-dom/vitest';

0 commit comments

Comments
 (0)