Skip to content

Commit

Permalink
Fix userEvent import
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jan 19, 2024
1 parent 5693a9a commit ca79bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/circuit-ui/util/test-utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
RenderResult,
renderHook,
} from '@testing-library/react';
import userEvent from '@testing-library/user-event';
import { userEvent } from '@testing-library/user-event';
import { ThemeProvider } from '@emotion/react';
import { light } from '@sumup/design-tokens';

Expand Down

0 comments on commit ca79bbd

Please sign in to comment.