Add new e2e command

This commit is contained in:
Dolan
2019-01-15 00:23:01 +00:00
parent d19cdcae0c
commit b37d2c141d
7 changed files with 42 additions and 9 deletions

View File

@ -126,8 +126,7 @@ const arrboth = [
];
arrboth.forEach((item) => {
const para = doc.createParagraph();
para.addImage(doc.createImage(fs.readFileSync(item.image)));
doc.createImage(fs.readFileSync(item.image));
doc.createParagraph(item.comment).style("normalPara2");
});