feat: Integrate Mokkery and Turbine into KMP testing framework (#4845)

This commit is contained in:
James Rich
2026-03-18 18:33:37 -05:00
committed by GitHub
parent df3a094430
commit dcbbc0823b
159 changed files with 1860 additions and 2809 deletions
+6
View File
@@ -51,4 +51,10 @@ plugins {
dependencies {
dokkaPlugin(libs.dokka.android.documentation.plugin)
}
subprojects {
tasks.withType<Test> {
failOnNoDiscoveredTests = false
}
}