mirror of
https://github.com/iptv-org/epg
synced 2025-12-19 03:46:41 -05:00
wip
This commit is contained in:
@@ -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'
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user