story-kit: queue 110_story_add_test_coverage_for_api_settings_ts for QA

This commit is contained in:
Dave
2026-02-23 22:11:21 +00:00
parent 1e869b4d7c
commit 17e10f2d87

View File

@@ -1,20 +0,0 @@
---
name: "Add test coverage for api/settings.ts"
---
# Story 110: Add test coverage for api/settings.ts
## User Story
As a developer, I want better test coverage for api/settings.ts, so that regressions in the settings API wrapper are caught early.
## Acceptance Criteria
- [ ] api/settings.ts reaches 90% coverage (currently 55%, 18 lines missing)
- [ ] Tests use fetch mocks to exercise all API wrapper functions
- [ ] All vitest tests pass
- [ ] No production code changes are made
## Out of Scope
- TBD