Skip to content

Commit 0c63c8b

Browse files
committed
feat: added tests
1 parent e69fcd2 commit 0c63c8b

File tree

3 files changed

+260
-204
lines changed

3 files changed

+260
-204
lines changed

library/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dependencies {
6969
testImplementation(libs.kxml2)
7070
testImplementation(libs.mockk)
7171
testImplementation (libs.kotlin.test)
72+
testImplementation(libs.mockito.core)
7273
implementation(libs.kotlin.stdlib.jdk8)
7374
}
7475

0 commit comments

Comments
 (0)