Add: shortform fragment test

This commit is contained in:
Carlos Martinez
2021-06-17 14:20:25 -04:00
parent 7aa023c417
commit b734faa574
6 changed files with 208 additions and 5 deletions

View File

@@ -29,5 +29,14 @@ dependencies {
api deps.core.rx.android
api deps.core.thirdparty.timber
api deps.testing.junit
api deps.testing.koin
api deps.testing.core
api deps.testing.rules
api deps.testing.runner
api deps.testing.ext
api deps.testing.espresso
api deps.testing.fragments
kapt deps.core.room.compiler
}