app: port tests to Ktor

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-11-08 17:04:23 +05:30
parent d01a7e18a2
commit abe6c4c2b8
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
5 changed files with 93 additions and 0 deletions

View file

@ -99,6 +99,7 @@ dependencies {
implementation(Dependencies.ThirdParty.customtabs)
implementation(Dependencies.ThirdParty.Roomigrant.runtime)
testImplementation(Dependencies.Testing.junit)
testImplementation(Dependencies.Kotlin.Ktor.clientTest)
androidTestImplementation(Dependencies.Testing.daggerHilt)
androidTestImplementation(Dependencies.Testing.uiTest)
}