Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
jdugh committed Mar 27, 2024
2 parents c0d72d0 + f09957d commit 9e15e62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/crud-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1219,7 +1219,7 @@ describe("CRUD operations", function() {
expect(sheet.find("./sheetData/row[@r='2']/c[@r='A2']").attrib.vm).toEqual("1");
expect(sheet.find("./sheetData/row[@r='3']/c[@r='A3']").attrib.vm).toEqual("2");
expect(sheet.find("./sheetData/row[@r='4']/c[@r='A4']").attrib.vm).toEqual("3");
fs.writeFileSync('test/output/insert_imageincell.xlsx', newData, 'binary');
fs.writeFileSync('test/output/insert_imageincell_table.xlsx', newData, 'binary');
done();
});
});
Expand Down
Binary file modified test/templates/test-insert-images_in_cell.xlsx
Binary file not shown.

0 comments on commit 9e15e62

Please sign in to comment.