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

@ -36,7 +36,7 @@ kotlin {
targets.withType<KotlinJvmTarget>().configureEach {
testRuns.configureEach {
executionTask.configure {
useJUnitPlatform()
// useJUnitPlatform()
}
}
}