From b97d1c1f71128bda20f2c5963af972fe1ef80aa2 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 03:26:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Update=20test=20coverage=20details?= =?UTF-8?q?=20with=20new=20passing=20tests=20and=20added=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/projects/Pokedex.Online/PROGRESS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/projects/Pokedex.Online/PROGRESS.md b/docs/projects/Pokedex.Online/PROGRESS.md index 7756746..52536bd 100644 --- a/docs/projects/Pokedex.Online/PROGRESS.md +++ b/docs/projects/Pokedex.Online/PROGRESS.md @@ -7,7 +7,7 @@ Last Updated: January 28, 2026 **Total Phases:** 12 **Completed Phases:** 4 ✅ **Total Steps:** 68 -**Completed Steps:** 19 / 68 (27.9%) +**Completed Steps:** 20 / 68 (29.4%) --- @@ -364,7 +364,7 @@ See [REFACTORING-PLAN.md](./REFACTORING-PLAN.md) for complete plan. ## Test Coverage -**Current:** 148 tests passing +**Current:** 193 tests passing **Files with tests:** - ✅ `src/composables/useAsyncState.js` (12 tests) - ✅ `src/utilities/api-client.js` (13 tests) @@ -376,6 +376,7 @@ See [REFACTORING-PLAN.md](./REFACTORING-PLAN.md) for complete plan. - ✅ `src/components/FeatureFlag.vue` (7 tests) - ✅ `src/router/guards.js` (8 tests) - ✅ `src/composables/useGamemasterSearch.js` (35 tests) +- ✅ `src/composables/useGamemasterFiles.js` (45 tests) **Coverage Target:** 80%+ overall