Remove redundant debug flag for karma start

This commit is contained in:
Ilya Goncharov
2019-09-24 14:50:08 +03:00
parent b22e56e1ba
commit fb97375f86
@@ -418,7 +418,7 @@ class KotlinKarma(override val compilation: KotlinJsCompilation) : KotlinJsTestF
val args = nodeJsArgs +
nodeModules.map { npmProject.require(it) } +
listOf("start", karmaConfJs.absolutePath, "--debug")
listOf("start", karmaConfJs.absolutePath)
return object : JSServiceMessagesTestExecutionSpec(
forkOptions,