Run on all

This commit is contained in:
HaveAGitGat 2022-05-23 07:40:24 +01:00
parent b1815667d6
commit af8c30429c
3 changed files with 9 additions and 3 deletions

View file

@ -20,7 +20,7 @@ const run = async (tests) => {
expectedOutput = test.output;
}
if (expectedOutput === undefined) {
if (expectedOutput === false) {
// skip test due to OS
// eslint-disable-next-line no-console
console.log(`Test not meant to run on ${os.platform()}, skipping`);