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";
2727var assert = require ( 'assert' ) ;
2828
2929describe ( "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} ) ;
You can’t perform that action at this time.
0 commit comments