test: speed up plugin activation boundary test

This commit is contained in:
Peter Steinberger
2026-04-27 12:35:27 +01:00
parent 727927aae0
commit 7ec97c010c

View File

@@ -19,7 +19,7 @@ const loadBundledPluginPublicSurfaceModuleSync = vi.hoisted(() =>
}),
);
const loadPluginManifestRegistry = vi.hoisted(() =>
const loadPluginManifestRegistryForPluginRegistry = vi.hoisted(() =>
vi.fn(() => ({
diagnostics: [],
plugins: [
@@ -78,8 +78,8 @@ const facadeMockHelpers = vi.hoisted(() => {
return { createLazyFacadeArrayValue, createLazyFacadeObjectValue };
});
vi.mock("./plugins/manifest-registry.js", () => ({
loadPluginManifestRegistry,
vi.mock("./plugins/plugin-registry.js", () => ({
loadPluginManifestRegistryForPluginRegistry,
}));
vi.mock("./secrets/channel-env-vars.js", () => ({