test: add combat-actions and UI component tests — 40 new tests covering processCombatTick, Card, Button, Badge
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m24s

This commit is contained in:
2026-05-25 20:44:09 +02:00
parent 25ba565467
commit fdc636faaa
7 changed files with 430 additions and 18 deletions
+2
View File
@@ -181,6 +181,7 @@ Mana-Loop/
│ │ │ ├── toggle.tsx
│ │ │ ├── tooltip-info.tsx
│ │ │ ├── tooltip.tsx
│ │ │ ├── ui-components.test.tsx
│ │ │ └── value-display.tsx
│ │ └── ErrorBoundary.tsx
│ ├── hooks/
@@ -193,6 +194,7 @@ Mana-Loop/
│ │ │ ├── achievements.test.ts
│ │ │ ├── activity-log.test.ts
│ │ │ ├── bug-fixes.test.ts
│ │ │ ├── combat-actions.test.ts
│ │ │ ├── combat-utils.test.ts
│ │ │ ├── computed-stats.test.ts
│ │ │ ├── crafting-utils-basic.test.ts