Update tests/converters/libreoffice.test.ts

Thanks

Co-authored-by: Emrik Östling <emrik.ostling@gmail.com>
This commit is contained in:
Toni Ros 2026-01-26 22:49:02 +01:00 committed by GitHub
parent f21801d4df
commit c32ca1148c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ test("invokes soffice with --headless and outdir derived from targetPath", async
expect(cmd).toBe("soffice"); expect(cmd).toBe("soffice");
expect(args).toEqual([ expect(args).toEqual([
"--headless", "--headless",
`--infilter=MS Word 2007 XML`, "--infilter=MS Word 2007 XML",
"--convert-to", "--convert-to",
"odt:writer8", "odt:writer8",
"--outdir", "--outdir",