Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-16 15:44:17 +04:00
parent 242483fd4f
commit 887ea85b3b
11 changed files with 625 additions and 4 deletions

View file

@ -62,4 +62,11 @@ dependencies {
}
// endregion
testImplementation(deps.test.coroutine)
testImplementation(deps.test.junit)
testImplementation(deps.test.mockk)
testImplementation(deps.test.truth)
testImplementation(tangemDeps.card.core)
testImplementation(projects.common.test)
}