mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2025-01-09 09:47:28 +03:00
Fix incorrect import in shlink-frontend-kit test
This commit is contained in:
parent
c4d7ac272b
commit
bdcfcee60e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import { render } from '@testing-library/react';
|
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';
|
import type { ReactElement } from 'react';
|
||||||
|
|
||||||
export const renderWithEvents = (element: ReactElement) => ({
|
export const renderWithEvents = (element: ReactElement) => ({
|
||||||
|
|
Loading…
Reference in a new issue