Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-24 19:26:18 +03:00
parent 0c4d14650d
commit 2561a7eef6
11 changed files with 389 additions and 4 deletions

View file

@ -67,6 +67,7 @@ dependencies {
/* Tests */
testImplementation(projects.common.test)
testImplementation(projects.test.core)
testImplementation(projects.domain.onramp.models)
testImplementation(deps.test.junit5)
testImplementation(deps.test.mockk)