PHASE 16: Integration Test Suite - automated tests for all systems (run with runTests())

This commit is contained in:
2025-12-11 13:28:24 +01:00
parent 96b2636907
commit 0012998669
2 changed files with 253 additions and 0 deletions

View File

@@ -71,6 +71,7 @@
<script src="src/utils/Pathfinding.js"></script>
<script src="src/utils/Compression.js"></script>
<script src="src/utils/PerformanceMonitor.js"></script>
<script src="src/utils/IntegrationTests.js"></script>
<!-- Data -->
<script src="src/data/CraftingRecipes.js"></script>