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
-19
View File
@@ -1,19 +0,0 @@
/**
* Stores Index Tests - Main Index
*
* This file re-exports all individual test files for the stores index.
* Each test file is focused on a specific area of functionality.
*
* Original file: stores/index.test.ts (571 lines)
* Refactored into 7 smaller test files.
*/
import '../index-tests/utility-functions.test';
import '../index-tests/mana-calculations.test';
import '../index-tests/combat-calculations.test';
import '../index-tests/study-speed.test';
import '../index-tests/meditation-insight-incursion.test';
import '../index-tests/spell-cost.test';
import '../index-tests/definitions.test';
console.log('✅ All stores index tests complete (refactored from 571 lines to 7 focused test files).');