From c077989f512f6c4dc3369c8b444c02c3b4134dab Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Thu, 29 Jan 2026 05:07:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Update=20test=20coverage=20details?= =?UTF-8?q?=20with=20new=20passing=20tests=20and=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/projects/Pokedex.Online/PROGRESS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/projects/Pokedex.Online/PROGRESS.md b/docs/projects/Pokedex.Online/PROGRESS.md index 85be040..7387d40 100644 --- a/docs/projects/Pokedex.Online/PROGRESS.md +++ b/docs/projects/Pokedex.Online/PROGRESS.md @@ -382,7 +382,7 @@ See [REFACTORING-PLAN.md](./REFACTORING-PLAN.md) for complete plan. ## Test Coverage -**Current:** 225 tests passing +**Current:** 326 tests passing **Files with tests:** - ✅ `src/composables/useAsyncState.js` (12 tests) - ✅ `src/utilities/api-client.js` (13 tests) @@ -397,6 +397,13 @@ See [REFACTORING-PLAN.md](./REFACTORING-PLAN.md) for complete plan. - ✅ `src/composables/useGamemasterSearch.js` (35 tests) - ✅ `src/composables/useGamemasterFiles.js` (45 tests) - ✅ `src/composables/useLineSelection.js` (25 tests) +- ✅ `src/composables/useJsonFilter.js` (58 tests) +- ✅ `src/components/gamemaster/SearchBar.vue` (7 tests) +- ✅ `src/components/gamemaster/FileSelector.vue` (8 tests) +- ✅ `src/components/gamemaster/JsonViewer.vue` (6 tests) +- ✅ `src/components/gamemaster/ActionToolbar.vue` (4 tests) +- ✅ `src/components/gamemaster/FilterPanel.vue` (6 tests) +- ✅ `src/views/GamemasterExplorer.vue` (12 tests) **Coverage Target:** 80%+ overall