Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

Commit

Permalink
Delete useless RememberTests from compose module
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK committed Jul 14, 2024
1 parent f4db374 commit 0e008ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 84 deletions.
8 changes: 4 additions & 4 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
defaultConfig {
minSdk = libs.versions.android.sdk.min.get().toInt()

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
// testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

compileOptions {
Expand Down Expand Up @@ -39,9 +39,9 @@ dependencies {
debugImplementation(libs.compose.material3)
debugImplementation(libs.compose.navigation)

androidTestImplementation(libs.test.junit)
androidTestImplementation(libs.test.espresso.core)
androidTestImplementation(libs.compose.ui.test.junit4)
// androidTestImplementation(libs.test.junit)
// androidTestImplementation(libs.test.espresso.core)
// androidTestImplementation(libs.compose.ui.test.junit4)

testImplementation(libs.test.junit)
testImplementation(libs.compose.runtime)
Expand Down

This file was deleted.

0 comments on commit 0e008ce

Please sign in to comment.