fixed tests

This commit is contained in:
Dolan Miu
2016-05-02 22:39:03 +01:00
parent 060ee26225
commit f805d6bef7
6 changed files with 16 additions and 18 deletions

View File

@ -25,7 +25,7 @@ describe("Packer", () => {
packer = new LocalPacker(document, DefaultStyle(), properties, "build/tests/test.docx");
});
describe.only('#pack()', () => {
describe('#pack()', () => {
it("should create a standard docx file", (done) => {
packer.pack();