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