mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
wip
This commit is contained in:
parent
cfdf85bd01
commit
e7873963c8
1 changed files with 6 additions and 1 deletions
|
@ -17,5 +17,10 @@ it('can generate channels.json', () => {
|
||||||
encoding: 'utf8'
|
encoding: 'utf8'
|
||||||
})
|
})
|
||||||
const parsed = JSON.parse(json)
|
const parsed = JSON.parse(json)
|
||||||
expect(parsed[0]).toMatchObject({})
|
expect(parsed[0]).toMatchObject({
|
||||||
|
id: 'AndorraTV.ad',
|
||||||
|
name: ['Andorra TV'],
|
||||||
|
logo: null,
|
||||||
|
country: 'AD'
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue