mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 11:27:06 -05:00
wip
This commit is contained in:
@@ -17,5 +17,10 @@ it('can generate channels.json', () => {
|
||||
encoding: 'utf8'
|
||||
})
|
||||
const parsed = JSON.parse(json)
|
||||
expect(parsed[0]).toMatchObject({})
|
||||
expect(parsed[0]).toMatchObject({
|
||||
id: 'AndorraTV.ad',
|
||||
name: ['Andorra TV'],
|
||||
logo: null,
|
||||
country: 'AD'
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user