mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 03:16:53 -05:00
Update tvim.tv.test.js
This commit is contained in:
@@ -15,8 +15,8 @@ it('can generate valid url', () => {
|
||||
})
|
||||
|
||||
it('can get logo url', () => {
|
||||
const result = logo({ content })
|
||||
expect(result).toBe('https://mobile-api.tvim.tv/images/chan_logos/120x60/T7.png')
|
||||
const result = logo({ channel })
|
||||
expect(result).toBe('https://mobile-api.tvim.tv/images/channels/120x60px/T7.png')
|
||||
})
|
||||
|
||||
it('can parse response', () => {
|
||||
|
||||
Reference in New Issue
Block a user