refs #6658 feat:tests

This commit is contained in:
Sergio De la torre 2024-03-12 12:27:25 +01:00
parent 281f33047a
commit 817ac7750b
1 changed files with 3 additions and 0 deletions

View File

@ -91,7 +91,10 @@ dependencies {
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
//tests
testImplementation 'junit:junit:4.13.2'
testImplementation 'io.mock:mockk:1.12.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
implementation 'com.google.android.material:material:1.11.0'