| 1 | import { test } from 'vitest'; |
| 2 | import assert from 'node:assert/strict'; |
| 3 | import { chooseAndroidAlertButton, findAndroidAlertCandidate } from '../alert-detection.ts'; |
| 4 | import type { RawSnapshotNode } from '../../../kernel/snapshot.ts'; |
nothing calls this directly
no test coverage detected