mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-19 00:02:51 -07:00
test: fix useMcpStatus tests
This commit is contained in:
@@ -39,7 +39,7 @@ describe('useMcpStatus', () => {
|
||||
hookResult = useMcpStatus(config);
|
||||
return null;
|
||||
}
|
||||
await render(<TestComponent config={config} />);
|
||||
await render(<TestComponent config={config} />, undefined, undefined, true);
|
||||
return {
|
||||
result: {
|
||||
get current() {
|
||||
|
||||
Reference in New Issue
Block a user