test(plugins): make loader compat contract explicit

This commit is contained in:
Peter Steinberger
2026-05-04 23:02:11 +01:00
parent 369d83f04c
commit fdbfabf9f9

View File

@@ -26,6 +26,7 @@ function createAllowlistCompatConfig(pluginIds: string[]) {
config: {
plugins: {
allow: [demoAllowEntry],
bundledDiscovery: "compat",
},
},
pluginIds,
@@ -51,6 +52,7 @@ describe("plugin loader contract", () => {
config: {
plugins: {
allow: [demoAllowEntry],
bundledDiscovery: "compat",
},
},
});