| 1 | import { describe, expect, test, vi } from 'vitest'; |
| 2 | import { logDomFailure, logConversationSnapshot } from '../../src/browser/domDebug.js'; |
| 3 | import type { ChromeClient } from '../../src/browser/types.js'; |
| 4 |
nothing calls this directly
no test coverage detected