| 1 | import { describe, it, expect, vi, beforeEach, afterEach } from "vitest"; |
| 2 | import { formatTime, formatSpeed, SPEED_PRESETS } from "./controls.js"; |
| 3 | |
| 4 | // Install a stubbed contentDocument getter on the given iframe element. The |
nothing calls this directly
no test coverage detected