fixed tests
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user