Skip to content

Commit ee31549

Browse files
committed
test(chart): todo: cleanup unused edgy images; #128
1 parent 174c949 commit ee31549

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

__tests__/modify-chart-scatter-images.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ test('create presentation, add and modify a scatter chart with embedded point im
55
const automizer = new Automizer({
66
templateDir: `${__dirname}/pptx-templates`,
77
outputDir: `${__dirname}/pptx-output`,
8+
// TODO: cleanup unused marker images
9+
// (which need to be tracked first)
10+
// cleanup: true,
811
});
912

1013
const pres = automizer

0 commit comments

Comments
 (0)