[Gradle, JS] Add to test success of compilation task

This commit is contained in:
Ilya Goncharov
2022-01-26 14:06:33 +03:00
committed by Space
parent a83cb9740e
commit 02d731255c
@@ -218,6 +218,7 @@ class Kotlin2JsIrGradlePluginIT : AbstractKotlin2JsGradlePluginIT(true) {
assertTrue("lib and libOther should be once in cache") {
lib && libOther
}
assertTasksExecuted(":app:compileDevelopmentExecutableKotlinJs")
}
}
}