Fix OS test logic

make-only-subtitle-default
HaveAGitGat 4 years ago
parent 8e0a8954b4
commit 33318486f4

@ -14,7 +14,7 @@ const run = async (tests) => {
const test = tests[i];
let expectedOutput;
if (test.output[os.platform()]) {
if (test.output[os.platform()] !== undefined) {
expectedOutput = test.output[os.platform()];
} else {
expectedOutput = test.output;

Loading…
Cancel
Save