From 2c10b531c57c76fe21a0b81e129ce1260b1ae589 Mon Sep 17 00:00:00 2001 From: Peyton-Spencer Date: Mon, 10 Aug 2026 05:02:50 -0400 Subject: [PATCH] fix: satisfy tsc in translate-validation test Co-Authored-By: Claude Fable 5 --- tests/translate-validation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/translate-validation.test.ts b/tests/translate-validation.test.ts index 44f7f21..c349046 100644 --- a/tests/translate-validation.test.ts +++ b/tests/translate-validation.test.ts @@ -160,7 +160,7 @@ describe("syncLocaleFiles self-heal", () => { const calls: string[] = []; const trackingTranslate: TranslateFn = async (batch, locale) => { calls.push(locale); - return fakeTranslate(batch, locale, undefined); + return fakeTranslate(batch, locale, {}); }; const result = await syncLocaleFiles({