fixed tests for local packer

This commit is contained in:
Dolan Miu
2016-07-04 19:01:30 +01:00
parent c4bdb5a3a7
commit c704db0653
3 changed files with 4 additions and 5 deletions

View File

@ -30,7 +30,6 @@ describe("Packer", () => {
});
stylesFactory = new DefaultStylesFactory();
packer = new LocalPacker(document, stylesFactory.newInstance(), properties);
// packer = new LocalPacker(document, DefaultStyle(), properties, "build/tests/test.docx");
});
describe("#pack()", () => {