Skip to content

Commit c8a4ae4

Browse files
authored
Merge pull request #24 from couchbase-examples/unit-tests
Unit tests
2 parents 6faa5f4 + f5d31dd commit c8a4ae4

File tree

10 files changed

+567
-96
lines changed

10 files changed

+567
-96
lines changed

src/app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ dependencies {
134134
implementation "androidx.annotation:annotation-experimental:$annotation_experimental_version"
135135

136136
testImplementation 'junit:junit:4.13.2'
137+
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_tests_version"
138+
androidTestImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_tests_version"
137139
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
138140
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
139141
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_version"

0 commit comments

Comments
 (0)