made all tests passing

This commit is contained in:
Dolan Miu
2016-04-09 04:53:42 +01:00
parent aed59754cc
commit 84610bd72f
9 changed files with 81 additions and 20 deletions

View File

@ -29,7 +29,7 @@ describe("Packer", () => {
it("should create a standard docx file", (done) => {
packer.pack();
setTimeout(done, 3000);
setTimeout(done, 1900);
});
});
});