Minor tests update

This commit is contained in:
Jerome Wu
2023-08-10 21:56:35 +08:00
parent c4b74796d5
commit d12b605536
2 changed files with 40 additions and 8 deletions

View File

@@ -17,14 +17,6 @@ describe(genName("new FFmpeg()"), () => {
});
});
describe(genName("FFmpeg.load()"), function () {
// it("should work without any args", async () => {
// const ffmpeg = new FFmpeg();
// await ffmpeg.load();
// expect(ffmpeg).to.be.ok;
// });
});
describe(
genName(
"FFmpeg directory APIs (createDir(), listDir(), deleteDir(), rename())"