Add missing test on DefaultScreenTracker

This commit is contained in:
Benoit Marty 2025-10-24 09:41:46 +02:00
parent 4fd860687f
commit b1033c4bf6
3 changed files with 64 additions and 1 deletions

View file

@ -33,5 +33,7 @@ dependencies {
testCommonDependencies(libs)
testImplementation(projects.libraries.sessionStorage.test)
testImplementation(projects.services.analytics.test)
testImplementation(projects.services.analyticsproviders.test)
testImplementation(projects.services.toolbox.test)
}