Skip to content

Commit

Permalink
build: mockito, corutines-test 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
p-chanmin committed Feb 25, 2024
1 parent 43ff53e commit e8fe0cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ dependencies {

// Test
testImplementation("junit:junit:4.13.2")
testImplementation("org.mockito:mockito-core:5.3.1")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

Expand Down

0 comments on commit e8fe0cd

Please sign in to comment.