Remove redundant debug flag for karma start
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user