mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 01:31:08 +00:00
style: normalize provider formatting
This commit is contained in:
@@ -97,7 +97,9 @@ describe("buildProviderReplayFamilyHooks", () => {
|
||||
|
||||
expect(hooks.buildReplayPolicy?.(testCase.ctx as never)).toMatchObject(testCase.match);
|
||||
expect(Boolean(hooks.sanitizeReplayHistory)).toBe(testCase.hasSanitizeReplayHistory);
|
||||
expect(hooks.resolveReasoningOutputMode?.(testCase.ctx as never)).toBe(testCase.reasoningMode);
|
||||
expect(hooks.resolveReasoningOutputMode?.(testCase.ctx as never)).toBe(
|
||||
testCase.reasoningMode,
|
||||
);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user