Skip to content

Commit acee17f

Browse files
committed
Remove an invalid test
1 parent e335521 commit acee17f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/ffmpeg.test.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@ describe('run()', () => {
4848
}
4949
}, 500);
5050
}).timeout(TIMEOUT);
51-
52-
it('should terminate the run if exit is called', async () => {
53-
const ffmpeg = createFFmpeg(OPTIONS);
54-
await ffmpeg.load();
55-
56-
ffmpeg.run('-h').catch(e=> {
57-
expect(e).to.be.equal('ffmpeg has exited')
58-
});
59-
expect(ffmpeg.exit()).to.throw();
60-
}).timeout(TIMEOUT);
6151
});
6252

6353
describe('FS()', () => {

0 commit comments

Comments
 (0)