You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/WasmPackageManagerGradlePluginIT.kt
+11
Original file line number
Diff line number
Diff line change
@@ -155,4 +155,15 @@ abstract class WasmPackageManagerGradlePluginIT : KGPBaseTest() {
155
155
}
156
156
}
157
157
}
158
+
159
+
@DisplayName("Install tooling for wasm browser tasks")
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/resources/testProject/kotlin-wasm-package-lock-project/build.gradle.kts
+6
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,11 @@ kotlin {
15
15
binaries.executable()
16
16
nodejs {
17
17
}
18
+
browser {
19
+
// CI doesn't have browser, so that's why we have to disable test task execution
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/ir/KotlinBrowserJsIr.kt
Copy file name to clipboardExpand all lines: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/ir/KotlinNodeJsIr.kt
0 commit comments