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