mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:10:44 +00:00
test: satisfy compat registry lint
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import type { PluginCompatRecord } from "./types.js";
|
||||
|
||||
const CHANNEL_RUNTIME_SDK_SURFACE = "openclaw/plugin-sdk/channel-" + "runtime";
|
||||
const LEGACY_CONFIG_MIGRATE_TEST_PATH =
|
||||
"src/commands/doctor/shared/legacy-config-" + "migrate.test.ts";
|
||||
const CHANNEL_RUNTIME_SDK_SURFACE = ["openclaw/plugin-sdk/channel", "runtime"].join("-");
|
||||
const LEGACY_CONFIG_MIGRATE_TEST_PATH = [
|
||||
"src/commands/doctor/shared/legacy-config",
|
||||
"migrate.test.ts",
|
||||
].join("-");
|
||||
|
||||
export const PLUGIN_COMPAT_RECORDS = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user