fix(core): update

This commit is contained in:
2019-11-16 00:50:11 +01:00
parent 67e9fdd10a
commit 5cf23c1134
4 changed files with 31 additions and 17 deletions

View File

@@ -17,11 +17,11 @@ tap.test('should create a pdf from html string', async () => {
});
tap.test('should create a pdf from website as A4', async () => {
await testSmartPdf.getPdfForWebsite('https://maintainedby.lossless.com');
await testSmartPdf.getPdfForWebsite('https://www.wikipedia.org');
});
tap.test('should create a pdf from website as single page PDF', async () => {
await testSmartPdf.getFullWebsiteAsSinglePdf('https://maintainedby.lossless.com');
await testSmartPdf.getFullWebsiteAsSinglePdf('https://www.wikipedia.org');
});
tap.test('should create a valid PDFResult', async () => {