mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 23:27:04 +05:30
refactor(api): update tests for EitherNet
This commit is contained in:
parent
8652d4ceaa
commit
4607a68de0
4 changed files with 46 additions and 56 deletions
|
@ -10,6 +10,7 @@ dependencies {
|
|||
api(libs.retrofit.lib)
|
||||
api(libs.eithernet)
|
||||
implementation(libs.kotlinx.serialization.core)
|
||||
testImplementation(testFixtures(libs.eithernet))
|
||||
testImplementation(libs.kotlinx.coroutines.core)
|
||||
testImplementation(kotlin("test-junit"))
|
||||
testImplementation(libs.kotlinx.serialization.json)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue