fix(core): update
This commit is contained in:
parent
67b0aa9d47
commit
4cf8b2e1f8
@ -40,7 +40,7 @@ tap.test('should create a valid PDFResult', async () => {
|
|||||||
fs.writeFileSync(`.nogit/${fileName}`, pdfResult.buffer);
|
fs.writeFileSync(`.nogit/${fileName}`, pdfResult.buffer);
|
||||||
};
|
};
|
||||||
await writePDfToDisk('https://maintainedby.lossless.com/', '1.pdf')
|
await writePDfToDisk('https://maintainedby.lossless.com/', '1.pdf')
|
||||||
await writePDfToDisk('https://lossless.com/', '2.pdf')
|
await writePDfToDisk('https://rendertron.lossless.one/render/https://lossless.com', '2.pdf')
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.test('should combine pdfs', async () => {
|
tap.test('should combine pdfs', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user