diff --git a/.story_kit/work/1_upcoming/110_story_add_test_coverage_for_api_settings_ts.md b/.story_kit/work/1_upcoming/110_story_add_test_coverage_for_api_settings_ts.md new file mode 100644 index 0000000..5f07cc6 --- /dev/null +++ b/.story_kit/work/1_upcoming/110_story_add_test_coverage_for_api_settings_ts.md @@ -0,0 +1,20 @@ +--- +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