Skip to content

Commit 6f06f6d

Browse files
committed
Fix PutMarkdownInStorageToPdf Test
1 parent 2010471 commit 6f06f6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/testConvertToPdf.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { ImageSrcType } from "../src/models/imageSrcType";
2727
var assert = require('assert');
2828

2929
describe("Convert To PDF Tests", () => {
30-
/*
30+
3131
describe("EPUB To PDF Tests", () => {
3232

3333
const name = "4pages.epub";
@@ -426,7 +426,7 @@ describe("Convert To PDF Tests", () => {
426426
});
427427
});
428428
});
429-
*/
429+
430430
describe("Markdown To PDF Tests", () => {
431431

432432
const name = "mixed.md";
@@ -459,7 +459,7 @@ describe("Convert To PDF Tests", () => {
459459
});
460460
});
461461
});
462-
/*
462+
463463
describe("PDFA To PDF Tests", () => {
464464

465465
const name = "4pagesPdfA.pdf";
@@ -491,5 +491,5 @@ describe("Convert To PDF Tests", () => {
491491
});
492492
});
493493
});
494-
});*/
494+
});
495495
});

0 commit comments

Comments
 (0)