mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-12-11 10:13:55 -06:00
Fix incorrect import in shlink-frontend-kit test
This commit is contained in:
parent
c4d7ac272b
commit
bdcfcee60e
@ -1,5 +1,5 @@
|
||||
import { render } from '@testing-library/react';
|
||||
import userEvent from '@testing-library/user-event/index';
|
||||
import userEvent from '@testing-library/user-event';
|
||||
import type { ReactElement } from 'react';
|
||||
|
||||
export const renderWithEvents = (element: ReactElement) => ({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user