diff --git a/tests/utils.tsx b/tests/utils.tsx index e1da0ba223..a7245965db 100644 --- a/tests/utils.tsx +++ b/tests/utils.tsx @@ -32,8 +32,6 @@ export const sleep = async (timeout = 0) => { const customRender = (ui: ReactElement, options?: Omit) => render(ui, { wrapper: StrictMode, ...options }); -export * from '@testing-library/react'; - export function renderHook(func: () => T): { result: React.RefObject } { const result = React.createRef();