Skip to content

Commit

Permalink
chore: @testing-library/jest-dom/vitest as correct polyfill for vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
work-kevin-flynn committed Nov 27, 2024
1 parent 653660d commit c5694b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tools/__mocks__/setupGlobal.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import '@testing-library/jest-dom';
import '@testing-library/jest-dom/vitest';
import { cleanup } from '@testing-library/react';
import { afterEach, beforeAll, vi } from 'vitest';

Expand Down

0 comments on commit c5694b2

Please sign in to comment.