This commit is contained in:
Dolan
2017-12-06 01:03:14 +00:00
parent ae8a0c7fd0
commit ebec10e312
8 changed files with 123 additions and 121 deletions

View File

@ -9,7 +9,7 @@ import { LocalPacker } from "../../export/packer/local";
import { Properties } from "../../properties";
import { DefaultStylesFactory } from "../../styles/factory";
describe("Packer", () => {
describe("LocalPacker", () => {
let packer: LocalPacker;
let stylesFactory: DefaultStylesFactory;
@ -52,7 +52,9 @@ describe("Packer", () => {
}
}, 2000);
});
});
describe("#packPdf", () => {
it("should create a standard PDF file", async function () {
this.timeout(99999999);