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
Build and Publish Mana Loop Docker Image / build-and-publish (push) Successful in 1m24s
This commit is contained in:
@@ -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).');
|
||||
Reference in New Issue
Block a user