made all tests passing
This commit is contained in:
@ -29,7 +29,7 @@ describe("Packer", () => {
|
||||
|
||||
it("should create a standard docx file", (done) => {
|
||||
packer.pack();
|
||||
setTimeout(done, 3000);
|
||||
setTimeout(done, 1900);
|
||||
});
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user