Skip to content

Commit 12f6fa1

Browse files
committed
chore: add more tests
1 parent 3c4d222 commit 12f6fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/excel-builder-vanilla/src/__tests__/excel-builder.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ describe('Excel-Builder-Vanilla', () => {
10321032
const berryList = fruitWorkbook.createWorksheet({ name: 'Berry List' });
10331033
const picRef1 = fruitWorkbook.addMedia('image', 'file1.jpeg', new Blob());
10341034
const picRef2 = fruitWorkbook.addMedia('image', 'file2.gif', new Blob());
1035-
const picRef3 = fruitWorkbook.addMedia('image', 'file3.png', new Blob(), 'image/png');
1035+
const picRef3 = fruitWorkbook.addMedia('image', 'file3.png', new Blob());
10361036
const picRef4 = fruitWorkbook.addMedia('image', 'file4.txt', new Blob());
10371037

10381038
expect(picRef1.contentType).toBe('image/jpeg');

0 commit comments

Comments
 (0)