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