style(repo): format touched helpers and tests

This commit is contained in:
Peter Steinberger
2026-04-06 16:16:00 +01:00
parent 9ca935720c
commit 514328a9ad
11 changed files with 20 additions and 28 deletions

View File

@@ -65,10 +65,7 @@ describe("provider replay helpers", () => {
}
// These legacy models SHOULD drop thinking blocks
for (const modelId of [
"claude-3-7-sonnet-20250219",
"claude-3-5-sonnet-20240620",
]) {
for (const modelId of ["claude-3-7-sonnet-20250219", "claude-3-5-sonnet-20240620"]) {
const policy = buildAnthropicReplayPolicyForModel(modelId);
expect(policy).toMatchObject({ dropThinkingBlocks: true });
}