Skip to content

Commit

Permalink
✅ Add SignupViewModelTest
Browse files Browse the repository at this point in the history
  • Loading branch information
89645321 committed Nov 3, 2023
1 parent 93c9bd9 commit 5b8f21f
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,12 @@ dependencies {
kapt("com.google.dagger:hilt-compiler:$hiltVersion")

implementation("androidx.hilt:hilt-navigation-compose:1.0.0")

// Test
val mockkVersion = "1.13.8"
testImplementation ("io.mockk:mockk-android:$mockkVersion")
testImplementation ("io.mockk:mockk-agent:$mockkVersion")
testImplementation ("org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion")
testImplementation ("junit:junit:4.13")
testImplementation ("androidx.arch.core:core-testing:2.1.0")
}
Loading

0 comments on commit 5b8f21f

Please sign in to comment.