Update grab.test.ts

This commit is contained in:
freearhey
2025-07-26 06:32:13 +03:00
parent 4bffb58259
commit 40dd17114d

View File

@@ -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', () => {