fix dependency for userbanned screen and some simple tests for login module

This commit is contained in:
2024-07-13 22:59:23 +03:00
parent 733627f935
commit a4c20fac23
6 changed files with 33 additions and 7 deletions
+3 -2
View File
@@ -45,6 +45,8 @@ android {
defaultConfig {
minSdk = Configs.minSdk
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
@@ -92,6 +94,5 @@ dependencies {
implementation(libs.rebugger)
androidTestImplementation(libs.compose.ui.test.junit4)
debugImplementation(libs.compose.ui.test.manifest)
androidTestImplementation(libs.bundles.compose.ui.test)
}