Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ahudson20 committed Jan 5, 2025
1 parent 859b41f commit 9c325fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions feature/stopwatch/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ dependencies {
androidTestImplementation(libs.androidx.test.junit.ext)
androidTestImplementation(libs.androidx.espresso.core)
androidTestImplementation(libs.androidx.compose.ui.test.junit)

debugImplementation(libs.androidx.ui.test.manifest)
}
2 changes: 2 additions & 0 deletions feature/timer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ dependencies {
androidTestImplementation(libs.androidx.test.junit.ext)
androidTestImplementation(libs.androidx.espresso.core)
androidTestImplementation(libs.androidx.compose.ui.test.junit)

debugImplementation(libs.androidx.ui.test.manifest)
}

0 comments on commit 9c325fb

Please sign in to comment.