test: fix useMcpStatus tests

This commit is contained in:
mkorwel
2026-04-17 21:23:53 +00:00
parent b5a2faf711
commit f55c7a7301
@@ -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() {