Skip to content

Commit e0224bb

Browse files
Fix batch tests
1 parent ef3da8d commit e0224bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/batchTest.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ describe("batch tests", () => {
102102
expect(resultApi.response.statusCode).to.equal(200);
103103
expect(resultApi.body.length).to.equal(2);
104104
expect(resultApi.body[1].constructor.name).to.equal("Buffer");
105-
106-
fs.writeFileSync("d:/result.docx", resultApi.body[0]);
107105
});
108106
});
109107
});

0 commit comments

Comments
 (0)