fix(core): update

This commit is contained in:
2019-06-04 11:29:30 +02:00
parent b4a3a36b07
commit 37e47fc33f
7 changed files with 13 additions and 21 deletions

View File

@ -25,7 +25,9 @@ tap.test('should create a pdf from website as single page PDF', async () => {
});
tap.test('should create a valid PDFResult', async () => {
const pdfResult = await testSmartPdf.getFullWebsiteAsSinglePdf('https://maintainedby.lossless.com');
const pdfResult = await testSmartPdf.getFullWebsiteAsSinglePdf(
'https://maintainedby.lossless.com'
);
expect(pdfResult.buffer).to.be.instanceOf(Buffer);
});