mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
test(engine): make FFmpeg path assertion platform-safe (#2433)
This commit is contained in:
@@ -70,7 +70,7 @@ describe("formatFfmpegError", () => {
|
||||
const message = formatFfmpegError(exitCode, "");
|
||||
|
||||
expect(message).toContain("0xC0000135 (STATUS_DLL_NOT_FOUND)");
|
||||
expect(message).toContain("/tools/ffmpeg.exe");
|
||||
expect(message).toContain(resolve("/tools/ffmpeg.exe"));
|
||||
expect(message).toContain("working 64-bit Windows FFmpeg build");
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user