| 1 | import { describe, test, expect, beforeAll, afterAll } from 'bun:test'; |
| 2 | import { chromium, type Browser, type BrowserContext } from 'playwright'; |
| 3 | import { applyStealth, WEBDRIVER_MASK_SCRIPT, STEALTH_LAUNCH_ARGS } from '../src/stealth'; |
| 4 |
nothing calls this directly
no test coverage detected