test: fix useReverseSearchCompletion tests

This commit is contained in:
mkorwel
2026-04-17 21:17:01 +00:00
parent 968fb65d18
commit b5a2faf711
2 changed files with 73 additions and 47 deletions
+1
View File
@@ -941,6 +941,7 @@ export async function renderHookWithProviders<Result, Props>(
width?: number;
mouseEventsEnabled?: boolean;
config?: Config;
allowEmptyFrame?: boolean;
} = {},
): Promise<{
result: { current: Result };