feat: split pdf into small chunks by pdfbox (#5718)

Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: Anthony Stirling <[email protected]>
This commit is contained in:
intelliking
2026-02-23 21:15:27 +00:00
committed by GitHub
co-authored by Ubuntu Anthony Stirling
parent 73213901d1
commit 9b0610b2cc
9 changed files with 438 additions and 3 deletions
@@ -147,7 +147,7 @@ const extractKeys = (file: string): FoundKey[] => {
};
describe('Missing translation coverage', () => {
test('fails if any en-GB translation key used in source is missing', () => {
test('fails if any en-GB translation key used in source is missing', { timeout: 10000 }, () => {
expect(fs.existsSync(EN_GB_FILE)).toBe(true);
const localeContent = fs.readFileSync(EN_GB_FILE, 'utf8');