mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-01 04:12:12 +00:00
switch tests from junit to kotlin.test (mostly)
This commit is contained in:
parent
da8827efc3
commit
df8c0c6c59
8 changed files with 26 additions and 24 deletions
|
@ -109,6 +109,7 @@ dependencies {
|
|||
implementation("com.github.martin-stone:hsv-alpha-color-picker-android:3.1.0")
|
||||
|
||||
// test
|
||||
testImplementation(kotlin("test"))
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
testImplementation("org.mockito:mockito-core:5.15.2")
|
||||
testImplementation("org.robolectric:robolectric:4.12.1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue