style: format youtube runtime files

This commit is contained in:
2026-05-24 19:10:58 -07:00
parent d6ff50455a
commit e9abbd5f05
3 changed files with 10 additions and 9 deletions
+4 -1
View File
@@ -30,7 +30,10 @@ test('isYoutubePlaybackActive checks both current media and mpv video paths', ()
test('isSameYoutubeMediaPath matches equivalent youtube urls by video id', () => {
assert.equal(
isSameYoutubeMediaPath('https://www.youtube.com/watch?v=abc123&t=30', 'https://youtu.be/abc123'),
isSameYoutubeMediaPath(
'https://www.youtube.com/watch?v=abc123&t=30',
'https://youtu.be/abc123',
),
true,
);
assert.equal(