story-kit: queue 112_story_add_test_coverage_for_app_tsx for merge

This commit is contained in:
Dave
2026-02-23 22:45:52 +00:00
parent 944a6e9c8c
commit fa70cb2ced

View File

@@ -1,20 +0,0 @@
---
name: "Add test coverage for App.tsx"
---
# Story 112: Add test coverage for App.tsx
## User Story
As a developer, I want better test coverage for App.tsx, so that regressions in the main application component are caught early.
## Acceptance Criteria
- [ ] App.tsx reaches 85% coverage (currently 73.1%, 43 lines missing)
- [ ] Tests cover additional integration-style scenarios for the main app component
- [ ] All vitest tests pass
- [ ] No production code changes are made
## Out of Scope
- TBD