mirror of
https://github.com/iptv-org/iptv
synced 2025-12-16 10:26:48 -05:00
Merge branch 'master' of https://github.com/iptv-org/iptv into be-maintenance
This commit is contained in:
@@ -23,8 +23,8 @@ describe('readme:update', () => {
|
||||
const stdout = execSync(cmd, { encoding: 'utf8' })
|
||||
if (process.env.DEBUG === 'true') console.log(cmd, stdout)
|
||||
|
||||
expect(content('tests/__data__/output/readme.md')).toEqual(
|
||||
content('tests/__data__/expected/readme_update/_readme.md')
|
||||
expect(content('tests/__data__/output/playlists.md')).toEqual(
|
||||
content('tests/__data__/expected/readme_update/playlists.md')
|
||||
)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user