mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:40:44 +00:00
test: allow capability provider runtime registry lookup
This commit is contained in:
@@ -6,6 +6,7 @@ import { describe, expect, it } from "vitest";
|
||||
const repoRoot = resolve(dirname(fileURLToPath(import.meta.url)), "../..");
|
||||
const allowedRuntimeResolverRefs = new Set([
|
||||
"src/commands/doctor.e2e-harness.ts",
|
||||
"src/plugins/capability-provider-runtime.ts",
|
||||
"src/plugins/loader.ts",
|
||||
]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user