mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(test): Finalize testing migration in app and root build
This commit is contained in:
parent
87c7eb6ce7
commit
8cbb7adf27
2 changed files with 6 additions and 1 deletions
|
|
@ -303,7 +303,6 @@ dependencies {
|
|||
testImplementation(libs.androidx.work.testing)
|
||||
testImplementation(libs.koin.test)
|
||||
testImplementation(libs.junit)
|
||||
testImplementation(libs.mockk)
|
||||
testImplementation(libs.kotlinx.coroutines.test)
|
||||
testImplementation(libs.robolectric)
|
||||
testImplementation(libs.androidx.test.core)
|
||||
|
|
|
|||
|
|
@ -51,4 +51,10 @@ plugins {
|
|||
|
||||
dependencies {
|
||||
dokkaPlugin(libs.dokka.android.documentation.plugin)
|
||||
}
|
||||
|
||||
subprojects {
|
||||
tasks.withType<Test> {
|
||||
failOnNoDiscoveredTests = false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue