mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-22 15:45:28 +08:00
Update validate.test.ts
This commit is contained in:
parent
8943d7bce0
commit
5bc61b462d
@ -41,4 +41,9 @@ describe('playlist:validate', () => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
it('skip the file if it does not exist', () => {
|
||||||
|
const cmd = `${ENV_VAR} npm run playlist:validate -- missing.m3u`
|
||||||
|
execSync(cmd, { encoding: 'utf8' })
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user