fix: resolve test failures in skill, regen, spell-cost test files
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m33s

This commit is contained in:
2026-05-08 12:04:42 +02:00
parent 71fbc7c964
commit c6d3e0d7bc
8 changed files with 86 additions and 56 deletions
+4 -3
View File
@@ -350,6 +350,9 @@ Mana-Loop/
│ │ │ └── test-utils.ts
│ │ ├── stores/
│ │ │ ├── __tests__/
│ │ │ │ ├── archive/
│ │ │ │ │ ├── store-methods.test.ts
│ │ │ │ │ └── stores.test.ts
│ │ │ │ ├── combat-store-tests/
│ │ │ │ ├── index-tests/
│ │ │ │ │ ├── combat-calculations.test.ts
@@ -387,9 +390,7 @@ Mana-Loop/
│ │ │ │ ├── mana.test.ts
│ │ │ │ ├── regen.test.ts
│ │ │ │ ├── skill.test.ts
│ │ │ │ ── spell-cost.test.ts
│ │ │ │ ├── store-methods.test.ts
│ │ │ │ └── stores.test.ts
│ │ │ │ ── spell-cost.test.ts
│ │ │ ├── attunementStore.ts
│ │ │ ├── combat-actions.ts
│ │ │ ├── combatStore.ts