SW cache-first rewrite, React.lazy code splitting, PWA types/test stubs, install prompt, offline banner, offline queue, ChatPanel wiring. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
291 B
TypeScript
9 lines
291 B
TypeScript
// @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");
|
|
});
|