mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
wip
This commit is contained in:
@@ -39,10 +39,13 @@ it('can generate programs.json', () => {
|
||||
'categories',
|
||||
'channel',
|
||||
'description',
|
||||
'icons',
|
||||
'site',
|
||||
'image',
|
||||
'start',
|
||||
'stop',
|
||||
'title'
|
||||
])
|
||||
expect(Array.isArray(program.title)).toBe(true)
|
||||
expect(Array.isArray(program.description)).toBe(true)
|
||||
expect(Array.isArray(program.categories)).toBe(true)
|
||||
expect(program.image === null || typeof program.image === 'string').toBe(true)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user