mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:50:43 +00:00
test(ci): fix release validation regressions
This commit is contained in:
@@ -147,7 +147,7 @@ describe("diagnostic-trace-context", () => {
|
||||
|
||||
await runWithDiagnosticTraceContext(outer, async () => {
|
||||
expect(getActiveDiagnosticTraceContext()).toEqual(outer);
|
||||
await new Promise<void>((resolve) => setTimeout(resolve, 0));
|
||||
await Promise.resolve();
|
||||
expect(getActiveDiagnosticTraceContext()).toEqual(outer);
|
||||
|
||||
runWithDiagnosticTraceContext(inner, () => {
|
||||
|
||||
@@ -199,7 +199,7 @@ describe("config footprint guardrails", () => {
|
||||
}
|
||||
expect(bundledSource).toContain("Bundled-channel config schemas");
|
||||
expect(bundledSource).toContain("openclaw/plugin-sdk/channel-config-schema");
|
||||
expect(legacySource).toContain("Deprecated bundled-channel compatibility surface");
|
||||
expect(legacySource).toContain("Compatibility surface for bundled channel schemas");
|
||||
expect(legacySource).toContain("openclaw/plugin-sdk/bundled-channel-config-schema");
|
||||
expect(legacySource).toContain('export * from "./bundled-channel-config-schema.js";');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user