Add some tests on RoomFlowNode

This commit is contained in:
ganfra 2023-04-14 15:34:41 +02:00
parent 747467deb9
commit a166636060
14 changed files with 240 additions and 31 deletions

View file

@ -47,4 +47,5 @@ dependencies {
testImplementation(libs.coroutines.test)
testImplementation(libs.test.truth)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.services.appnavstate.test)
}