Switched app tests to kotlin.test

This commit is contained in:
Erik C. Thauvin 2023-06-06 23:10:28 -07:00
parent 3a19b5e895
commit c946b9d6d9
4 changed files with 49 additions and 48 deletions

View file

@ -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 {