Fix formatting in runtime-project-time.test.ts

This commit is contained in:
2026-04-13 15:55:04 +02:00
parent 989efdd53d
commit 0904ff8bfb

View File

@@ -9,8 +9,8 @@ import {
hasTimeWindowJustStarted, hasTimeWindowJustStarted,
isWithinTimeWindow, isWithinTimeWindow,
resolveRuntimeDayPhase, resolveRuntimeDayPhase,
resolveRuntimeDayNightWorldState resolveRuntimeDayNightWorldState,
,resolveRuntimeTimeState resolveRuntimeTimeState
} from "../../src/runtime-three/runtime-project-time"; } from "../../src/runtime-three/runtime-project-time";
describe("runtime project time", () => { describe("runtime project time", () => {