mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-07-15 11:00:47 +02:00
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:
co-authored by
Ubuntu
Anthony Stirling
parent
73213901d1
commit
9b0610b2cc
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user