We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0834b commit f1b317fCopy full SHA for f1b317f
packages/react-calendar/vitest.setup.ts
@@ -1,8 +1,6 @@
1
-import { expect, afterEach } from 'vitest';
+import { afterEach } from 'vitest';
2
import { cleanup } from '@testing-library/react';
3
-import matchers from '@testing-library/jest-dom/matchers';
4
-
5
-expect.extend(matchers);
+import '@testing-library/jest-dom/vitest';
6
7
afterEach(() => {
8
cleanup();
0 commit comments