Add missing test on DefaultScreenTracker

This commit is contained in:
Benoit Marty 2025-10-24 09:41:46 +02:00
parent e14351fc61
commit 5eb117e1d0
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)
}