fix: align discord registry and runtime test helpers

This commit is contained in:
Peter Steinberger
2026-03-28 00:11:00 +00:00
parent 6b72de77ba
commit 78160b5f88
2 changed files with 6 additions and 14 deletions

View File

@@ -107,7 +107,7 @@ describe("resolvePluginCapabilityProviders", () => {
origin: "workspace",
contracts: {},
},
] as Array<Record<string, unknown>>,
],
diagnostics: [],
});
mocks.withBundledPluginAllowlistCompat.mockReturnValue(allowlistCompat);