mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 10:30:03 -04:00
Update update.test.ts
This commit is contained in:
parent
4a1b0d0713
commit
9cb9bfa5ca
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ it('can format playlists', () => {
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
expect(stdout).toBe('OUTPUT=closes #14151, closes #14140, closes #14110, closes #14178\n')
|
expect(stdout).toBe(
|
||||||
|
'OUTPUT=closes #14151, closes #14140, closes #14110, closes #14120, closes #14178\n'
|
||||||
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
function content(filepath: string) {
|
function content(filepath: string) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue