Skip to content

Commit

Permalink
chore: fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxholman committed Jun 3, 2024
1 parent 6820122 commit 8a80a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions __tests__/link.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test('basic', async () => {

<Link href={login.build()}>
<FormattedMessage
id="broken"
description="broken"
defaultMessage="this text will not be in a component that has a href :sadface:"
/>
Expand Down
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 8a80a57

Please sign in to comment.