[Gradle, JS] Remove redundant
This commit is contained in:
-2
@@ -91,8 +91,6 @@ abstract class KotlinJsIrSubTarget(
|
|||||||
)
|
)
|
||||||
|
|
||||||
val testJs = project.registerTask<KotlinJsTest>(testRun.subtargetTestTaskName()) { testJs ->
|
val testJs = project.registerTask<KotlinJsTest>(testRun.subtargetTestTaskName()) { testJs ->
|
||||||
val compileTask = compilation.compileKotlinTask
|
|
||||||
|
|
||||||
testJs.group = LifecycleBasePlugin.VERIFICATION_GROUP
|
testJs.group = LifecycleBasePlugin.VERIFICATION_GROUP
|
||||||
testJs.description = testTaskDescription
|
testJs.description = testTaskDescription
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user