chore: release v0.1.13 - 翻譯測試使用免費服務並修復測試

This commit is contained in:
Your Name 2026-01-23 12:43:16 +08:00
parent bed996e70b
commit bcaddc225c
5 changed files with 43 additions and 24 deletions

View file

@ -537,7 +537,7 @@ describe("📊 格式轉換矩陣 Format Conversion Matrix", () => {
}
}
},
TIMEOUT * sampled.length,
TIMEOUT * MAX_TESTS_PER_CONVERTER,
);
});
}
@ -634,7 +634,7 @@ describe("📊 格式轉換矩陣 Format Conversion Matrix", () => {
}
}
},
TIMEOUT * sampled.length,
TIMEOUT * MAX_TESTS_PER_CONVERTER,
);
});
}
@ -714,7 +714,7 @@ describe("📊 格式轉換矩陣 Format Conversion Matrix", () => {
}
}
},
TIMEOUT * sampled.length,
TIMEOUT * MAX_TESTS_PER_CONVERTER,
);
});
}