[Gradle, K/N] Remove wasm from VariantAwareDependenciesIT

This commit is contained in:
Alexander.Likhachev
2020-10-14 02:35:48 +03:00
parent e505c6473d
commit 82a66bc659
@@ -301,7 +301,7 @@ class VariantAwareDependenciesIT : BaseGradleIT() {
it.replace("'com.example:sample-lib:1.0'", "project('${libProject.projectName}')")
}
listOf("jvm6" to "Classpath", "nodeJs" to "Classpath", "wasm32" to "Klibraries").forEach { (target, suffix) ->
listOf("jvm6" to "Classpath", "nodeJs" to "Classpath").forEach { (target, suffix) ->
build("dependencyInsight", "--configuration", "${target}Compile$suffix", "--dependency", "sample-lib") {
assertSuccessful()
assertContains("variant \"${target}ApiElements\" [")