test(plugins): satisfy readonly index lint · openclaw/openclaw@2e0ae56
steipete
·
2026-04-26
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -207,7 +207,7 @@ describe("plugin registry facade", () => {
|
207 | 207 | |
208 | 208 | it("normalizes plugin config ids through registry contribution aliases", () => { |
209 | 209 | const baseIndex = createIndex("openai"); |
210 | | -const plugin = baseIndex.plugins[0]!; |
| 210 | +const plugin = baseIndex.plugins[0]; |
211 | 211 | const index = createIndex("openai", { |
212 | 212 | plugins: [ |
213 | 213 | { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。