diff --git a/commonUI/build.gradle.kts b/commonUI/build.gradle.kts index cc4d005..a6ec30c 100644 --- a/commonUI/build.gradle.kts +++ b/commonUI/build.gradle.kts @@ -53,26 +53,16 @@ android { dependencies { implementation(libs.androidx.compose.foundation) - debugImplementation(libs.androidx.compose.ui.test.manifest) - debugImplementation(libs.androidx.compose.ui.test.android) } defaultConfig { minSdk = libs.versions.android.minSdk.get().toInt() - testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" } buildFeatures { compose = true } - buildTypes { - debug { - enableAndroidTestCoverage = true - } - } - - testOptions.unitTests.isIncludeAndroidResources = true } compose.resources { diff --git a/commonUI/src/commonTest/kotlin/ch/dissem/yaep/ui/common/EndOfGameTest.kt b/commonUI/src/commonTest/kotlin/ch/dissem/yaep/ui/common/EndOfGameTest.kt index f093c40..3eb19fa 100644 --- a/commonUI/src/commonTest/kotlin/ch/dissem/yaep/ui/common/EndOfGameTest.kt +++ b/commonUI/src/commonTest/kotlin/ch/dissem/yaep/ui/common/EndOfGameTest.kt @@ -14,7 +14,7 @@ import kotlin.test.Test class EndOfGameTest { @Test - fun `ensure end of game works correctly`() = runComposeUiTest { + fun ensure_end_of_game_works_correctly() = runComposeUiTest { var restart = false setContent { EndOfGame(