finished hygenie

This commit is contained in:
2026-08-09 14:38:33 -04:00
parent 2abdbaa4e9
commit e1cdd6b2a5
14 changed files with 24 additions and 75 deletions

View File

@@ -11,8 +11,8 @@
*
* Uses a real `Bun.spawn(["sleep", "60"])` subprocess as a stand-in for the
* player process, injected into the (private) `proc` slot of an MpvBackend —
* mpv is the only real backend, and it uses the kill-on-dispose
* exercising one is enough to guard the family.
* mpv is the only real backend; its kill-on-dispose path exercises the
* whole family, so one test suffices to guard it.
*/
import { test, expect } from "bun:test";
import { MpvBackend } from "../src/utils/audio-player";