Add test on api getAvailableFeatures.

This commit is contained in:
Benoit Marty 2025-10-17 12:27:23 +02:00 committed by Benoit Marty
parent 09a6ffc081
commit a76ab22ed5
4 changed files with 114 additions and 7 deletions

View file

@ -31,4 +31,5 @@ dependencies {
testCommonDependencies(libs)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.featureflag.test)
}