style: normalize provider formatting

This commit is contained in:
Peter Steinberger
2026-04-04 23:25:20 +09:00
parent 1ca1ce85ee
commit a4fc1200de
5 changed files with 9 additions and 9 deletions

View File

@@ -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,
);
}
});