| 1 | import { describe, it, expect } from 'vitest'; |
| 2 | import { canOpenBrowser, openUrl } from '../src/artifacts/open-browser.js'; |
| 3 | |
| 4 | describe('canOpenBrowser — gate auto-open to interactive, displayed sessions', () => { |
nothing calls this directly
no test coverage detected