This commit is contained in:
Aleksandr Statciuk 2022-01-09 20:16:14 +03:00
parent cfdf85bd01
commit e7873963c8

View file

@ -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'
})
}) })