fix(core): update
This commit is contained in:
parent
18d26647e1
commit
5a46028053
@ -40,7 +40,7 @@ tap.test('should create a valid PDFResult', async () => {
|
|||||||
fs.writeFileSync(`.nogit/${fileName}`, pdfResult.buffer as Buffer);
|
fs.writeFileSync(`.nogit/${fileName}`, pdfResult.buffer as Buffer);
|
||||||
};
|
};
|
||||||
await writePDfToDisk('https://maintainedby.lossless.com/', '1.pdf')
|
await writePDfToDisk('https://maintainedby.lossless.com/', '1.pdf')
|
||||||
await writePDfToDisk('https://rendertron.lossless.one/render/https://fitnessloft.de/impressum/', '2.pdf')
|
await writePDfToDisk('https://rendertron.lossless.one/render/https://layer.io', '2.pdf')
|
||||||
});
|
});
|
||||||
|
|
||||||
tap.test('should combine pdfs', async () => {
|
tap.test('should combine pdfs', async () => {
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@pushrocks/smartpdf',
|
name: '@pushrocks/smartpdf',
|
||||||
version: '3.0.5',
|
version: '3.0.6',
|
||||||
description: 'create pdfs on the fly'
|
description: 'create pdfs on the fly'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user