Update validate.test.ts

pull/24814/head
freearhey 6 months ago
parent 3f3ef0f187
commit f1379b5612

@ -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…
Cancel
Save