[Gradle, JS] Fix tests for VariantAwareDependenciesIT.kt

This commit is contained in:
Ilya Goncharov
2020-02-09 15:40:40 +03:00
parent 589cea557b
commit 752d676523
@@ -42,7 +42,7 @@ class VariantAwareDependenciesIT : BaseGradleIT() {
assertContains(">> :${innerProject.projectName}:runtime --> sample-lib-nodejs-1.0.jar")
}
gradleProperties().appendText(jsCompilerType(JsCompilerType.legacy))
gradleProperties().appendText(jsCompilerType(JsCompilerType.ir))
testResolveAllConfigurations(
subproject = innerProject.projectName,