Adds JUnitRunner after upstream changed packages.
This commit is contained in:
@@ -272,6 +272,7 @@ dependencies {
|
|||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testImplementation 'io.mockk:mockk:1.13.8'
|
testImplementation 'io.mockk:mockk:1.13.8'
|
||||||
androidTestImplementation 'androidx.test.ext:junit:1.2.0-alpha01'
|
androidTestImplementation 'androidx.test.ext:junit:1.2.0-alpha01'
|
||||||
|
androidTestImplementation "androidx.test.ext:junit-ktx:1.2.0-alpha01"
|
||||||
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
|
||||||
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
|
androidTestImplementation "androidx.compose.ui:ui-test-junit4:$compose_ui_version"
|
||||||
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
|
debugImplementation "androidx.compose.ui:ui-tooling:$compose_ui_version"
|
||||||
|
|||||||
Reference in New Issue
Block a user