test case

This commit is contained in:
David Bruant 2025-09-12 17:10:48 +02:00
parent 657f8ce624
commit 549c53ce35
3 changed files with 2 additions and 2 deletions

Binary file not shown.

BIN
tests/fixtures/if-then-each.odt vendored Normal file

Binary file not shown.

View File

@ -115,8 +115,8 @@ const data = {
} }
*/ */
const templatePath = join(import.meta.dirname, '../tests/fixtures/AP_scientifiques.odt') const templatePath = join(import.meta.dirname, '../tests/fixtures/if-then-each.odt')
const data = {nombre : 37} const data = {liste_départements : ['95', '33']}
const odtTemplate = await getOdtTemplate(templatePath) const odtTemplate = await getOdtTemplate(templatePath)