Switched to kotlin.test
This commit is contained in:
parent
00eef331d8
commit
3a19b5e895
3 changed files with 40 additions and 38 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue