Task 619: Fix Test Coverage Gaps in 3D Viewer Tests
完了 ← タスク一覧
Task 619: Fix Test Coverage Gaps in 3D Viewer Tests
Status: DONE
Problem
- Ship marker E2E tests (Task 618) don't capture JS console errors — missing
collectConsoleErrorscalls - EP03/EP04/EP05 episode timeline durations not tested in unit tests (only EP01/EP02 covered)
Solution
- Add
collectConsoleErrors+expect(errors).toEqual([])to all ship marker E2E tests - Add EP03/EP04/EP05 timeline.totalDays assertions to orbital-3d-viewer-data.test.ts
Files to Modify
ts/e2e/examples.spec.ts— Add error checking to ship marker teststs/src/orbital-3d-viewer-data.test.ts— Add EP03-EP05 timeline duration tests