Fix Linting issues

This commit is contained in:
Thomas Rogers 2024-12-14 02:56:39 +01:00
parent 9b926fef06
commit 893d65d704

View file

@ -48,6 +48,7 @@ describe('open a PDF with metadata set', () => {
const parsed = await parsePdf(
new URL('file://' + __dirname + '/data/welcome_to_your_library.pdf')
)
expect(parsed.title).to.eq('Welcome to your Omnivore Library')
expect(parsed.author).to.eq('Jackson Harper')
expect(parsed.description).to.eq('This is the description of my PDF')