ba231ac9dd
Build and Publish Mana Loop Docker Image / build-and-publish (push) Failing after 31s
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).