// @vitest-environment jsdom import { describe, it } from "vitest"; describe("PullToRefresh", () => { it.todo("calls onRefresh after drag exceeds 64px threshold"); it.todo("does not trigger when scrollTop is not 0"); it.todo("resets pull distance on touch end below threshold"); });