test(plugins): align prerelease contracts (#105252)

This commit is contained in:
Peter Steinberger
2026-07-12 10:42:34 +01:00
committed by GitHub
parent e0f45bfbf0
commit 1bea458124
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1336,7 +1336,7 @@ describe("provider-runtime", () => {
expect(contribution?.stablePrefix).toContain("<persona_latch>");
expect(contribution?.sectionOverrides?.interaction_style).toContain(
"Live chat tone: short, natural, human.",
"Live chat: short, natural, human.",
);
});
+1 -1
View File
@@ -265,7 +265,7 @@ describe("setup-registry module loader", () => {
it("uses the runtime-supported source-transform boundary on Windows for setup-api modules", () => {
expect(windowsSourceTransformCase.filename).toBe(windowsSourceTransformCase.expectedFilename);
expect(windowsSourceTransformCase.options.tryNative).toBe(true);
expect(windowsSourceTransformCase.options.tryNative).toBe(false);
});
it("passes explicit plugin id scope into setup manifest reads", () => {