Files
Mana-Loop/docs
n8n-gitea ba231ac9dd
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 31s
fix: correct broken import paths in test files (stores-tests and index-tests)
Files in stores/__tests__/stores-tests/ and stores/__tests__/index-tests/
used relative paths (../../types or ../types) that resolved incorrectly.
Fixed all to use '../../../types' to properly reach src/lib/game/types.ts.

Also fixed mana-calculation.test.ts to import computeElementMax from
the correct location (@/lib/game/stores/index instead of @/lib/game/utils).
2026-05-13 23:33:33 +02:00
..