Merge branch 'master' of https://github.com/iptv-org/iptv into be-maintenance

This commit is contained in:
theofficialomega
2025-08-02 00:26:29 +02:00
31 changed files with 6120 additions and 6375 deletions

View File

@@ -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')
)
})
})