Files
minstrel/web
bvandeusen 2038028d42
test-web / test (push) Successful in 33s
test(web): no-op scrollIntoView in vitest setup (jsdom lacks it) — #1931
The queue auto-scroll $effect calls scrollIntoView on render, and jsdom
doesn't implement it, so QueueDrawer.test.ts threw an unhandled TypeError that
failed the run even though every assertion passed. Polyfill it as a no-op in
the shared setup; tests never assert on scroll position.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-22 21:27:35 -04:00
..