Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit a89a016

Browse files
author
Sergey Mashkov
committed
Apply karma extra configs
1 parent 460f725 commit a89a016

File tree

1 file changed

+2
-0
lines changed
  • kotlin-frontend/src/main/kotlin/org/jetbrains/kotlin/gradle/frontend/karma

1 file changed

+2
-0
lines changed

kotlin-frontend/src/main/kotlin/org/jetbrains/kotlin/gradle/frontend/karma/KarmaConfigTask.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ open class KarmaConfigTask : DefaultTask() {
5656
"client" to clientConfig
5757
)
5858

59+
config += extension.extraConfig
60+
5961
if ("junit" in extension.reporters) {
6062
config["junitReporter"] = mapOf(
6163
"outputFile" to project.buildDir.resolve("reports/karma.xml").absolutePath,

0 commit comments

Comments
 (0)