reduced test case

This commit is contained in:
David Bruant 2025-09-12 15:24:34 +02:00
parent fbadfc7144
commit 657f8ce624
2 changed files with 4 additions and 0 deletions

BIN
tests/fixtures/AP_scientifiques.odt vendored Normal file

Binary file not shown.

View File

@ -103,6 +103,7 @@ const templatePath = join(import.meta.dirname, '../tests/fixtures/partially-form
const data = {nombre : 37} const data = {nombre : 37}
*/ */
/*
const templatePath = join(import.meta.dirname, '../tests/fixtures/text-after-closing-each.odt') const templatePath = join(import.meta.dirname, '../tests/fixtures/text-after-closing-each.odt')
const data = { const data = {
saison: 'Printemps', saison: 'Printemps',
@ -112,7 +113,10 @@ const data = {
'Blette' 'Blette'
] ]
} }
*/
const templatePath = join(import.meta.dirname, '../tests/fixtures/AP_scientifiques.odt')
const data = {nombre : 37}
const odtTemplate = await getOdtTemplate(templatePath) const odtTemplate = await getOdtTemplate(templatePath)