From 700902c3cffe48bf5aeb13855056dd8b052e63e6 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 24 Jan 2026 12:24:05 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20'joinYearMonth'=20=ED=95=A8=EC=88=98=20?= =?UTF-8?q?=EC=9E=84=ED=8F=AC=ED=8A=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/game-engine/test/npcNationGrowthScenario.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/game-engine/test/npcNationGrowthScenario.test.ts b/app/game-engine/test/npcNationGrowthScenario.test.ts index c2b0145..ac10e7a 100644 --- a/app/game-engine/test/npcNationGrowthScenario.test.ts +++ b/app/game-engine/test/npcNationGrowthScenario.test.ts @@ -11,7 +11,6 @@ import { DEFAULT_TURN_COMMAND_PROFILE, LogCategory, evaluateConstraints } from ' import type { TurnGeneral, TurnWorldSnapshot, TurnWorldState } from '../src/turn/types.js'; import type { GeneralAiDebugState } from '../src/turn/ai/generalAi.js'; import { InMemoryTurnWorld } from '../src/turn/inMemoryWorld.js'; -import { joinYearMonth } from '../src/turn/ai/aiUtils.js'; import { InMemoryReservedTurnStore } from '../src/turn/reservedTurnStore.js'; import { createReservedTurnHandler } from '../src/turn/reservedTurnHandler.js'; import { InMemoryTurnProcessor } from '../src/turn/inMemoryTurnProcessor.js';