[FeatureFlag] add more tests

This commit is contained in:
ganfra 2023-04-18 11:58:39 +02:00
parent e5d70ff48e
commit 82c9ee9982
9 changed files with 161 additions and 18 deletions

View file

@ -57,6 +57,7 @@ dependencies {
testImplementation(libs.test.truth)
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.featureflag.test)
testImplementation(projects.features.rageshake.test)
testImplementation(projects.features.rageshake.impl)
testImplementation(projects.features.logout.impl)