Area: apps/web/src/shared/hooks/useCopyToClipboard.ts
Goal: Verify deterministic clipboard behavior shared across features.
Tasks:
- Stub
navigator.clipboard write.
- Assert copied state toggles and resets after timeout.
- Test rejection path.
Acceptance:
- Clipboard and timers are reset after each test.
bun run --cwd apps/web test passes.
Area:
apps/web/src/shared/hooks/useCopyToClipboard.tsGoal: Verify deterministic clipboard behavior shared across features.
Tasks:
navigator.clipboardwrite.Acceptance:
bun run --cwd apps/web testpasses.