Switched app tests to kotlin.test
This commit is contained in:
parent
3a19b5e895
commit
c946b9d6d9
4 changed files with 49 additions and 48 deletions
|
@ -35,7 +35,8 @@ dependencies {
|
|||
kover(projects.lib)
|
||||
|
||||
// testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
|
||||
// testImplementation("org.junit.jupiter:junit-jupiter:5.9.1")
|
||||
testImplementation(kotlin("test"))
|
||||
}
|
||||
|
||||
base {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue