mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:00:45 +00:00
test: add Kimi and Qianfan extension coverage
This commit is contained in:
10
extensions/kimi-coding/replay-policy.test.ts
Normal file
10
extensions/kimi-coding/replay-policy.test.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { KIMI_REPLAY_POLICY } from "./replay-policy.js";
|
||||
|
||||
describe("kimi replay policy", () => {
|
||||
it("disables signature preservation for replay repair", () => {
|
||||
expect(KIMI_REPLAY_POLICY).toEqual({
|
||||
preserveSignatures: false,
|
||||
});
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user