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({