Skip to content

Commit

Permalink
Move test class
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikJannsen committed Dec 1, 2024
1 parent 202248b commit dcf03d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions shared/presentation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,16 @@ kotlin {
implementation(libs.bignum)
implementation(libs.coil.compose)
}
androidUnitTest.dependencies {
implementation(libs.mock.io)
implementation(libs.kotlin.test.junit.v180)
implementation(libs.junit)

implementation(libs.roboelectric)
implementation(libs.androidx.test)
implementation(libs.androidx.test.espresso)
implementation(libs.androidx.test.junit)
}
val commonTest by getting {
dependencies {
implementation(libs.kotlin.test)
Expand Down

0 comments on commit dcf03d6

Please sign in to comment.