MCPcopy Index your code
hub / github.com/callstack/agent-device / assertNoRemoteCompanion

Function assertNoRemoteCompanion

src/__tests__/cli-react-devtools.test.ts:83–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

81}
82
83function assertNoRemoteCompanion(): void {
84 assert.equal(vi.mocked(ensureReactDevtoolsCompanion).mock.calls.length, 0);
85 assert.equal(vi.mocked(stopReactDevtoolsCompanion).mock.calls.length, 0);
86}
87
88async function runStatusWithoutCompanion(flags: ReactDevtoolsFlags): Promise<void> {
89 vi.mocked(runCmdStreaming).mockResolvedValueOnce({

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected