/** * Unit tests for ConnectionManager cleanup paths: * - Inactivity-triggered closeConnection() correctly checks for recent * console/network activity before tearing anything down, and tags the * resulting Chrome kill with the right reason (not a manual close). * - Stale/close cleanup best-effort disconnects the cdpManager even when the * underlying connection is already dead, so a paused-then-killed process * doesn't leave dependent state (e.g. port monitoring) stuck forever. */ export {}; //# sourceMappingURL=connection-manager.test.d.ts.map