From d321294cc9046788a524cafa4250efa5062a4229 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 23 Feb 2026 21:13:36 +0000 Subject: [PATCH] story-kit: create 110_story_add_test_coverage_for_api_settings_ts --- ...y_add_test_coverage_for_api_settings_ts.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/1_upcoming/110_story_add_test_coverage_for_api_settings_ts.md 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