Skip to content

Commit

Permalink
Remove an invalid test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu committed Aug 14, 2022
1 parent e335521 commit acee17f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/ffmpeg.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ describe('run()', () => {
}
}, 500);
}).timeout(TIMEOUT);

it('should terminate the run if exit is called', async () => {
const ffmpeg = createFFmpeg(OPTIONS);
await ffmpeg.load();

ffmpeg.run('-h').catch(e=> {
expect(e).to.be.equal('ffmpeg has exited')
});
expect(ffmpeg.exit()).to.throw();
}).timeout(TIMEOUT);
});

describe('FS()', () => {
Expand Down

0 comments on commit acee17f

Please sign in to comment.