mirror of https://github.com/iptv-org/iptv
Update update.test.ts
This commit is contained in:
parent
00e23b09a4
commit
32fbcac5f5
|
@ -29,8 +29,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')
|
||||
)
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue