Skip to content

Commit

Permalink
chore: fix bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Nov 8, 2023
1 parent a6d4cbb commit 5c8f183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-setup.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import matchers from '@testing-library/jest-dom/matchers';
import * as matchers from '@testing-library/jest-dom/matchers';
import { cleanup } from '@testing-library/react';
import { expect, afterEach } from 'vitest';

Expand Down

0 comments on commit 5c8f183

Please sign in to comment.