pdf-export: remove option to export to pdf

This commit is contained in:
Igor Bulovski
2018-03-21 10:53:07 +01:00
parent 40251a76f6
commit 114c429aed
4 changed files with 0 additions and 73 deletions

View File

@ -30,13 +30,4 @@ describe("LocalPacker", () => {
fs.statSync("build/tests/test.docx");
});
});
describe("#packPdf", () => {
it("should create a standard PDF file", async function() {
this.timeout(99999999);
await packer.packPdf("build/tests/pdf-test");
fs.statSync("build/tests/pdf-test.pdf");
});
});
});