Fix incorrect import in shlink-frontend-kit test

This commit is contained in:
Alejandro Celaya 2023-08-04 09:24:21 +02:00
parent c4d7ac272b
commit bdcfcee60e

View file

@ -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) => ({