Cleanup testImplementation dependencies (#4790)

This commit is contained in:
Benoit Marty
2025-06-02 10:51:02 +02:00
committed by GitHub
parent 9d4602dae7
commit 0b5e816f0d
25 changed files with 409 additions and 93 deletions

View File

@@ -55,15 +55,13 @@ dependencies {
testImplementation(libs.test.turbine)
testImplementation(projects.features.login.test)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.oidc.impl)
testImplementation(projects.libraries.oidc.test)
testImplementation(projects.libraries.preferences.test)
testImplementation(projects.libraries.push.test)
testImplementation(projects.libraries.pushproviders.test)
testImplementation(projects.features.networkmonitor.test)
testImplementation(projects.features.login.impl)
testImplementation(projects.tests.testutils)
testImplementation(projects.features.rageshake.test)
testImplementation(projects.features.rageshake.impl)
testImplementation(projects.features.share.test)
testImplementation(projects.services.appnavstate.test)
testImplementation(projects.services.analytics.test)