We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4327019 commit 6a27cacCopy full SHA for 6a27cac
__tests__/modify-without-creation-id.test.ts
@@ -1,12 +1,13 @@
1
-import Automizer, { modify } from '../src/index';
2
-import { vd } from '../src/helper/general-helper';
+import Automizer from '../src/index';
3
4
test('load template without slide & element creation ids.', async () => {
5
const automizer = new Automizer({
6
templateDir: `${__dirname}/pptx-templates`,
7
outputDir: `${__dirname}/pptx-output`,
8
});
9
+ // SlidesWithoutCreationIds.pptx contains some elements without creationId,
10
+ // also, there is no slide creationId.
11
const pres = automizer
12
.loadRoot(`RootTemplate.pptx`)
13
.load(`SlidesWithoutCreationIds.pptx`, 'noCreationId');
0 commit comments