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

@@ -13,4 +13,6 @@ android {
dependencies {
implementation project(':core')
testImplementation project(':core')
androidTestImplementation project(':core')
}