mirror of
https://github.com/iptv-org/epg
synced 2025-12-18 19:36:58 -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', () => {
|
it('can get logo url', () => {
|
||||||
const result = logo({ content })
|
const result = logo({ channel })
|
||||||
expect(result).toBe('https://mobile-api.tvim.tv/images/chan_logos/120x60/T7.png')
|
expect(result).toBe('https://mobile-api.tvim.tv/images/channels/120x60px/T7.png')
|
||||||
})
|
})
|
||||||
|
|
||||||
it('can parse response', () => {
|
it('can parse response', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user