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
d523210bb7
commit
aeecc61bd7
4 changed files with 139393 additions and 25 deletions
|
@ -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)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue