mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-26 10:49:00 +02:00
Update parse nfo metadata test for description
This commit is contained in:
parent
b4c14fc78d
commit
3d468339b3
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ describe('parseNfoMetadata', () => {
|
|||
it('parses description', () => {
|
||||
const nfoText = 'Book Description\n=========\nThis is a book.\n It\'s good'
|
||||
const result = parseNfoMetadata(nfoText)
|
||||
expect(result.description).to.equal('This is a book.\n It\'s good\n')
|
||||
expect(result.description).to.equal('This is a book.\n It\'s good')
|
||||
})
|
||||
|
||||
it('no value', () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue