test: allow capability provider runtime registry lookup · openclaw/openclaw@74f9a2a
steipete
·
2026-05-03
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,6 +6,7 @@ import { describe, expect, it } from "vitest";
|
6 | 6 | const repoRoot = resolve(dirname(fileURLToPath(import.meta.url)), "../.."); |
7 | 7 | const allowedRuntimeResolverRefs = new Set([ |
8 | 8 | "src/commands/doctor.e2e-harness.ts", |
| 9 | +"src/plugins/capability-provider-runtime.ts", |
9 | 10 | "src/plugins/loader.ts", |
10 | 11 | ]); |
11 | 12 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。