[Gradle, JS] True on check exit code in mocha

#KT-37668 fixed
This commit is contained in:
Ilya Goncharov
2020-03-23 13:34:06 +03:00
parent abcd6bd528
commit e6d39ce785
@@ -92,7 +92,7 @@ class KotlinMocha(override val compilation: KotlinJsCompilation) :
return TCServiceMessagesTestExecutionSpec( return TCServiceMessagesTestExecutionSpec(
forkOptions, forkOptions,
args, args,
false, true,
clientSettings clientSettings
) )
} }