Update update.test.ts

This commit is contained in:
freearhey 2025-07-30 19:56:50 +03:00
parent 00e23b09a4
commit 32fbcac5f5
1 changed files with 2 additions and 2 deletions

View File

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