fix(core): update

This commit is contained in:
2022-01-05 17:20:28 +01:00
parent ff890fb2af
commit 567c6eafea
6 changed files with 86 additions and 6 deletions

View File

@ -16,6 +16,10 @@ tap.test('should create a pdf from html string', async () => {
await testSmartPdf.getPdfResultForHtmlString('hi');
});
tap.test('should create a pdf from html string', async () => {
await testSmartPdf.getPdfResultForHtmlString('hi');
});
tap.test('should create a pdf from website as A4', async () => {
await testSmartPdf.getPdfResultForWebsite('https://www.wikipedia.org');
});