fix(tests): remove broken test index files and fix computed-stats import
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m24s

This commit is contained in:
2026-05-19 12:34:58 +02:00
parent e259484b53
commit 213425e6c9
7 changed files with 12 additions and 70 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# Circular Dependencies
Generated: 2026-05-19T09:44:29.294Z
Generated: 2026-05-19T10:06:50.403Z
Found: 3 circular chain(s) — these MUST be fixed before modifying involved files.
1. Processed 121 files (1.2s) (28 warnings)
1. Processed 121 files (1.3s) (28 warnings)
2. 1) data/equipment/index.ts > data/equipment/utils.ts
3. 2) data/golems/index.ts > data/golems/utils.ts
+6 -1
View File
@@ -1,6 +1,6 @@
{
"_meta": {
"generated": "2026-05-19T09:44:27.808Z",
"generated": "2026-05-19T10:06:48.891Z",
"description": "Import dependency graph for src/lib/game. Keys are files, values are arrays of files they import.",
"usage": "To find what a file affects, search for its path in the VALUES. To find what a file depends on, look at its KEY entry."
},
@@ -479,9 +479,14 @@
"stores/gameStore.ts": [
"constants.ts",
"data/attunements.ts",
"effects.ts",
"effects/discipline-effects.ts",
"effects/special-effects.ts",
"effects/upgrade-effects.types.ts",
"stores/attunementStore.ts",
"stores/combatStore.ts",
"stores/craftingStore.ts",
"stores/discipline-slice.ts",
"stores/gameActions.ts",
"stores/gameLoopActions.ts",
"stores/manaStore.ts",
-3
View File
@@ -249,7 +249,6 @@ Mana-Loop/
│ │ │ ├── gameHooks.ts
│ │ │ ├── gameLoopActions.ts
│ │ │ ├── gameStore.ts
│ │ │ ├── index.test.ts
│ │ │ ├── index.ts
│ │ │ ├── manaStore.ts
│ │ │ ├── prestigeStore.ts
@@ -284,9 +283,7 @@ Mana-Loop/
│ │ ├── crafting-slice.ts
│ │ ├── crafting-utils.ts
│ │ ├── effects.ts
│ │ ├── store.test.ts
│ │ ├── store.ts
│ │ ├── stores.test.ts
│ │ └── types.ts
│ └── utils.ts
├── test-results/