update tests & replace ffprobe -> mediainfo.js

This commit is contained in:
Ismaël Moret
2025-09-02 17:00:50 +00:00
parent 825d198ac8
commit 1ca59cba57
6 changed files with 207 additions and 476 deletions

View File

@@ -16,7 +16,7 @@ describe('readme:update', () => {
if (process.env.DEBUG === 'true') console.log(cmd, stdout)
expect(content('tests/__data__/output/PLAYLISTS.md')).toEqual(
content('tests/__data__/expected/readme_update/PLAYLISTS.md')
content('tests/__data__/expected/readme_update/playlists.md')
)
})
})