Add tests.

This commit is contained in:
Benoit Marty 2023-06-08 22:56:36 +02:00
parent e1e984cfb0
commit dbe7796704
7 changed files with 180 additions and 77 deletions

View file

@ -59,6 +59,7 @@ dependencies {
testImplementation(libs.test.truth)
testImplementation(libs.test.turbine)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.tests.testutils)
androidTestImplementation(libs.test.junitext)
}