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 +
|
val args = nodeJsArgs +
|
||||||
nodeModules.map { npmProject.require(it) } +
|
nodeModules.map { npmProject.require(it) } +
|
||||||
listOf("start", karmaConfJs.absolutePath, "--debug")
|
listOf("start", karmaConfJs.absolutePath)
|
||||||
|
|
||||||
return object : JSServiceMessagesTestExecutionSpec(
|
return object : JSServiceMessagesTestExecutionSpec(
|
||||||
forkOptions,
|
forkOptions,
|
||||||
|
|||||||
Reference in New Issue
Block a user