[Gradle, JS] Do not check exit code

Because mocha don't make difference between infrastructure and runtime problems and failing tests
This reverts commit e6d39ce7
https://github.com/mochajs/mocha/issues/4216
This commit is contained in:
Ilya Goncharov
2020-03-24 19:21:35 +03:00
parent 930b69bef5
commit c527f8e117
@@ -92,7 +92,7 @@ class KotlinMocha(override val compilation: KotlinJsCompilation) :
return TCServiceMessagesTestExecutionSpec(
forkOptions,
args,
true,
false,
clientSettings
)
}