[Gradle, Test] Add JS target and presets names for checking incorrect...

... characters after setting Locale to Turkish.

^KT-38712
This commit is contained in:
Anton Lakotka
2022-12-09 14:53:17 +01:00
committed by Space Team
parent a37b548b9f
commit afb2bfe492
@@ -396,6 +396,7 @@ class ConfigurationsTest : MultiplatformExtensionTest() {
val project = buildProjectWithMPP { val project = buildProjectWithMPP {
kotlin { kotlin {
jvm() jvm()
js().nodejs()
ios() ios()
} }
} }
@@ -409,6 +410,7 @@ class ConfigurationsTest : MultiplatformExtensionTest() {
extensions.asMap.keys, extensions.asMap.keys,
kotlin.sourceSets.names, kotlin.sourceSets.names,
kotlin.targets.names, kotlin.targets.names,
kotlin.presets.names,
).flatten() ).flatten()
} }