Skip to content

Commit

Permalink
forgot an import
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Nov 29, 2024
1 parent bc34409 commit 4394675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/react/hooks/__tests__/useSuspenseQuery.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import {
screen,
waitFor,
RenderHookOptions,
renderHookAsync,
renderHook,
} from "@testing-library/react";
import userEvent from "@testing-library/user-event";
Expand Down Expand Up @@ -59,6 +58,7 @@ import {
spyOnConsole,
actAsync,
renderAsync,
renderHookAsync,
} from "../../../testing/internal";

import {
Expand Down

0 comments on commit 4394675

Please sign in to comment.