Fixes TS2339 in canvas-events.test.ts where the liveAnnouncement accessor was missing from the makeStore() mock state. The store defines liveAnnouncement at canvas.ts:336 but the test helper omitted it, causing TypeScript to reject state.liveAnnouncement in the liveAnnouncement describe block (lines 843–1012). Change: added `liveAnnouncement = ""` parameter and property to makeStore() so the mock state matches the real store shape. [core-fe-agent] Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| e2e | ||
| public | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| components.json | ||
| Dockerfile | ||
| next.config.ts | ||
| package-lock.json | ||
| package.json | ||
| playwright.config.ts | ||
| playwright.staging.config.ts | ||
| postcss.config.js | ||
| tsconfig.json | ||
| vitest.config.ts | ||