mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
test(plugins): align prerelease contracts (#105252)
This commit is contained in:
committed by
GitHub
parent
e0f45bfbf0
commit
1bea458124
@@ -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.",
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user