mirror of
https://github.com/iptv-org/epg
synced 2026-04-28 13:37:01 -04:00
Update grab.test.ts
This commit is contained in:
@@ -41,8 +41,8 @@ describe('epg:grab', () => {
|
|||||||
content('tests/__data__/expected/guide.xml')
|
content('tests/__data__/expected/guide.xml')
|
||||||
)
|
)
|
||||||
|
|
||||||
expect(content('tests/__data__/output/guide.xml.gz')).toEqual(
|
expect(fs.readFileSync('tests/__data__/output/guide.xml.gz')).toEqual(
|
||||||
content('tests/__data__/expected/guide.xml.gz')
|
fs.readFileSync('tests/__data__/expected/guide.xml.gz')
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user