Add tests for ConditionTags and CreatePlayerModal

ConditionTags: rendering, remove callback, add picker callback.
CreatePlayerModal: create/edit modes, form validation (name, AC, HP,
level), error display and clearing, onSave/onClose callbacks.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-29 12:35:35 +02:00
parent 2971d32f45
commit 2bc22369ce
3 changed files with 264 additions and 4 deletions

View File

@@ -30,12 +30,12 @@ export default defineConfig({
branches: 55,
},
"apps/web/src/components": {
lines: 52,
branches: 49,
lines: 59,
branches: 55,
},
"apps/web/src/components/ui": {
lines: 83,
branches: 74,
lines: 86,
branches: 83,
},
},
},