mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-05-26 23:26:24 +00:00
Fix incorrect import in shlink-frontend-kit test
This commit is contained in:
@@ -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) => ({
|
||||||
|
|||||||
Reference in New Issue
Block a user