diff --git a/docs/projects/Pokedex.Online/PROGRESS.md b/docs/projects/Pokedex.Online/PROGRESS.md index 5778517..fa37f07 100644 --- a/docs/projects/Pokedex.Online/PROGRESS.md +++ b/docs/projects/Pokedex.Online/PROGRESS.md @@ -90,8 +90,10 @@ See [REFACTORING-PLAN.md](./REFACTORING-PLAN.md) for complete plan. **Files with tests:** - ✅ `src/composables/useAsyncState.js` (12 tests) - ✅ `src/utilities/api-client.js` (13 tests) +- ✅ `src/components/shared/BaseButton.vue` (27 tests) +- ✅ `src/components/shared/BaseModal.vue` (27 tests) -**Coverage Target:** 85%+ overall +**Coverage Target:** 80%+ overall ---