mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix Linting issues
This commit is contained in:
parent
9b926fef06
commit
893d65d704
1 changed files with 1 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue