Unexpected .only modifier

This commit is contained in:
Vanilagy
2026-04-14 16:29:19 +02:00
parent 2f576aa486
commit e8ba0544d1
+1 -1
View File
@@ -66,7 +66,7 @@ test('Exceeding max allowed track count', async () => {
expect(conversion.discardedTracks[0]!.reason).toBe('max_track_count_reached');
});
test.only('Fan-out', async () => {
test('Fan-out', async () => {
using input = new Input({
source: new UrlSource('/video.mp4'),
formats: ALL_FORMATS,