fix(core): update
This commit is contained in:
@ -13,11 +13,11 @@ tap.test('should start the instance', async () => {
|
||||
});
|
||||
|
||||
tap.test('should create a pdf from html string', async () => {
|
||||
await testSmartPdf.getPdfResultForHtmlString('hi');
|
||||
await testSmartPdf.getA4PdfResultForHtmlString('hi');
|
||||
});
|
||||
|
||||
tap.test('should create a pdf from html string', async () => {
|
||||
await testSmartPdf.getPdfResultForHtmlString('hi');
|
||||
await testSmartPdf.getA4PdfResultForHtmlString('hi');
|
||||
});
|
||||
|
||||
tap.test('should create a pdf from website as A4', async () => {
|
||||
|
Reference in New Issue
Block a user