We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 050ae04 commit 9085096Copy full SHA for 9085096
tests/setup.js
@@ -2,4 +2,4 @@
2
// allows you to do things like:
3
// expect(element).toHaveTextContent(/react/i)
4
// learn more: https://github.com/testing-library/jest-dom
5
-import '@testing-library/jest-dom';
+import '@testing-library/jest-dom/vitest';
0 commit comments