mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 19:06:58 -05:00
Update grab.test.ts
This commit is contained in:
@@ -112,8 +112,7 @@ describe('epg:grab', () => {
|
|||||||
const stdout = execSync(cmd, { encoding: 'utf8' })
|
const stdout = execSync(cmd, { encoding: 'utf8' })
|
||||||
if (process.env.DEBUG === 'true') console.log(cmd, stdout)
|
if (process.env.DEBUG === 'true') console.log(cmd, stdout)
|
||||||
|
|
||||||
expect(stdout).toContain(`curl https://example.com \\
|
expect(stdout).toContain('curl https://example.com')
|
||||||
-X GET`)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
it('can grab epg with multiple channels.xml files', () => {
|
it('can grab epg with multiple channels.xml files', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user