Update tests

This commit is contained in:
freearhey
2025-04-23 20:56:11 +03:00
parent e82155e38e
commit 7f78b5770e
4 changed files with 24 additions and 34 deletions

View File

@@ -39,5 +39,4 @@ function checkStdout(stdout: string) {
expect(stdout).toContain('TF1.fr (TF1, Télévision française 1)')
expect(stdout).toContain('Type...')
expect(stdout).toContain('Skip')
expect(stdout).toContain("File 'tests/__data__/output/playlist.m3u' successfully saved")
}