mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Unexpected .only modifier
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user