[Gradle, JS] Not consider mocha default arguments

#KT-33747 fixed
This commit is contained in:
Ilya Goncharov
2019-10-11 12:41:21 +03:00
parent 1fad109fc1
commit d978f9671e
3 changed files with 4 additions and 30 deletions
@@ -100,8 +100,6 @@ export class CliArgsParser {
continue args;
}
}
this.badArgsExit("Unknown option: " + arg);
} else {
result.free.push(arg)
}
@@ -149,6 +147,6 @@ export function getDefaultCliDescription(): CliDescription {
default: IgnoredTestSuitesReporting.reportAllInnerTestsAsIgnored
}
},
freeArgsTitle: "module_name"
freeArgsTitle: null
};
}