We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2010471 commit 6f06f6dCopy full SHA for 6f06f6d
test/testConvertToPdf.ts
@@ -27,7 +27,7 @@ import { ImageSrcType } from "../src/models/imageSrcType";
27
var assert = require('assert');
28
29
describe("Convert To PDF Tests", () => {
30
- /*
+
31
describe("EPUB To PDF Tests", () => {
32
33
const name = "4pages.epub";
@@ -426,7 +426,7 @@ describe("Convert To PDF Tests", () => {
426
});
427
428
429
-*/
430
describe("Markdown To PDF Tests", () => {
431
432
const name = "mixed.md";
@@ -459,7 +459,7 @@ describe("Convert To PDF Tests", () => {
459
460
461
462
-/*
463
describe("PDFA To PDF Tests", () => {
464
465
const name = "4pagesPdfA.pdf";
@@ -491,5 +491,5 @@ describe("Convert To PDF Tests", () => {
491
492
493
494
- });*/
+ });
495
0 commit comments