Add test on pusher registration

This commit is contained in:
Benoit Marty 2024-06-14 17:26:06 +02:00 committed by Benoit Marty
parent 9097d73f38
commit 3eaf780087
4 changed files with 311 additions and 6 deletions

View file

@ -67,6 +67,7 @@ dependencies {
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.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)