[Gradle, Test] Add JS target and presets names for checking incorrect...
... characters after setting Locale to Turkish. ^KT-38712
This commit is contained in:
committed by
Space Team
parent
a37b548b9f
commit
afb2bfe492
+2
@@ -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()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user