Switched to kotlin.test

This commit is contained in:
Erik C. Thauvin 2023-06-06 22:40:37 -07:00
parent 00eef331d8
commit 3a19b5e895
3 changed files with 40 additions and 38 deletions

View file

@ -30,7 +30,8 @@ val deployDir = project.layout.projectDirectory.dir("deploy")
dependencies {
// 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 {