Add first tests on compose click interaction.
This commit is contained in:
parent
00c27ffafc
commit
69e8384163
8 changed files with 305 additions and 1 deletions
|
|
@ -28,8 +28,10 @@ android {
|
|||
|
||||
dependencies {
|
||||
implementation(libs.test.junit)
|
||||
implementation(libs.test.truth)
|
||||
implementation(libs.coroutines.test)
|
||||
implementation(projects.libraries.core)
|
||||
implementation(libs.test.turbine)
|
||||
implementation(libs.molecule.runtime)
|
||||
implementation(libs.androidx.compose.ui.test.junit)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue