fix(core): update

This commit is contained in:
2019-04-10 15:12:54 +02:00
parent 9e3a69854f
commit 6d6eb9944a
4 changed files with 921 additions and 254 deletions

View File

@ -13,7 +13,7 @@ tap.test('should create a pdf from html string', async () => {
});
tap.test('should create a pdf from website', async () => {
await testSmartPdf.getPdfForWebsite('https://wikipedia.org');
await testSmartPdf.getPdfForWebsite('https://maintainedby.lossless.com');
});
tap.test('should be able to close properly', async () => {