diff --git a/src/gateway/server-startup.plugin-internal-hooks.test.ts b/src/gateway/server-startup.plugin-internal-hooks.test.ts index bda0df831e8..bb048d5e7c1 100644 --- a/src/gateway/server-startup.plugin-internal-hooks.test.ts +++ b/src/gateway/server-startup.plugin-internal-hooks.test.ts @@ -2,8 +2,8 @@ import fs from "node:fs/promises"; import os from "node:os"; import path from "node:path"; import { afterEach, describe, expect, test, vi } from "vitest"; -import type { OpenClawConfig } from "../config/config.js"; import { createDefaultDeps } from "../cli/deps.js"; +import type { OpenClawConfig } from "../config/config.js"; import { clearInternalHooks, createInternalHookEvent,