mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-16 06:43:07 -07:00
test: fix useExecutionLifecycle tests
This commit is contained in:
@@ -190,7 +190,12 @@ describe('useExecutionLifecycle', () => {
|
||||
);
|
||||
return null;
|
||||
}
|
||||
const { rerender } = await render(<TestComponent />);
|
||||
const { rerender } = await render(
|
||||
<TestComponent />,
|
||||
undefined,
|
||||
undefined,
|
||||
true,
|
||||
);
|
||||
return {
|
||||
result: {
|
||||
get current() {
|
||||
|
||||
Reference in New Issue
Block a user