mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:30:44 +00:00
test(plugins): satisfy readonly index lint
This commit is contained in:
@@ -207,7 +207,7 @@ describe("plugin registry facade", () => {
|
||||
|
||||
it("normalizes plugin config ids through registry contribution aliases", () => {
|
||||
const baseIndex = createIndex("openai");
|
||||
const plugin = baseIndex.plugins[0]!;
|
||||
const plugin = baseIndex.plugins[0];
|
||||
const index = createIndex("openai", {
|
||||
plugins: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user