Skip to content

Commit

Permalink
🔧 Fix Make the tests ready to run
Browse files Browse the repository at this point in the history
  • Loading branch information
Corvus400 committed Dec 31, 2021
1 parent 30d3019 commit 0f03137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TestingCodelab/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ dependencies {
androidTestImplementation "androidx.arch.core:core-testing:$rootProject.coreTestingVersion"
androidTestImplementation "androidx.test.espresso:espresso-contrib:$rootProject.espressoVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$rootProject.espressoVersion"
androidTestImplementation "androidx.test.ext:junit:$rootProject.testExtJunit"

// Compose testing dependencies
androidTestImplementation "androidx.compose.ui:ui-test:$rootProject.composeVersion"
Expand Down

0 comments on commit 0f03137

Please sign in to comment.