diff --git a/src/renderWithoutAct.tsx b/src/renderWithoutAct.tsx index 76b50538f..c8826447f 100644 --- a/src/renderWithoutAct.tsx +++ b/src/renderWithoutAct.tsx @@ -96,7 +96,7 @@ export type RenderWithoutActAsync = { | Omit | undefined, ): Promise< - RenderResult + RenderResult > }