fix(core): update
This commit is contained in:
@ -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');
|
||||
});
|
||||
|
Reference in New Issue
Block a user