File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { ImageSrcType } from "../src/models/imageSrcType";
27
27
var assert = require ( 'assert' ) ;
28
28
29
29
describe ( "Convert To PDF Tests" , ( ) => {
30
- /*
30
+
31
31
describe ( "EPUB To PDF Tests" , ( ) => {
32
32
33
33
const name = "4pages.epub" ;
@@ -426,7 +426,7 @@ describe("Convert To PDF Tests", () => {
426
426
} ) ;
427
427
} ) ;
428
428
} ) ;
429
- */
429
+
430
430
describe ( "Markdown To PDF Tests" , ( ) => {
431
431
432
432
const name = "mixed.md" ;
@@ -459,7 +459,7 @@ describe("Convert To PDF Tests", () => {
459
459
} ) ;
460
460
} ) ;
461
461
} ) ;
462
- /*
462
+
463
463
describe ( "PDFA To PDF Tests" , ( ) => {
464
464
465
465
const name = "4pagesPdfA.pdf" ;
@@ -491,5 +491,5 @@ describe("Convert To PDF Tests", () => {
491
491
} ) ;
492
492
} ) ;
493
493
} ) ;
494
- });*/
494
+ } ) ;
495
495
} ) ;
You can’t perform that action at this time.
0 commit comments