fix(check): repair extension type drift batch

This commit is contained in:
Peter Steinberger
2026-04-06 15:24:17 +01:00
parent 9e0d632928
commit f8a97881d1

View File

@@ -1,3 +1,4 @@
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
import { afterEach, describe, expect, it, vi } from "vitest";
import { createStartAccountContext } from "../../../test/helpers/plugins/start-account-context.js";
import type { OpenClawConfig } from "../runtime-api.js";