Switched app tests to kotlin.test
This commit is contained in:
parent
3a19b5e895
commit
c946b9d6d9
4 changed files with 49 additions and 48 deletions
|
@ -36,7 +36,7 @@ kotlin {
|
|||
targets.withType<KotlinJvmTarget>().configureEach {
|
||||
testRuns.configureEach {
|
||||
executionTask.configure {
|
||||
useJUnitPlatform()
|
||||
// useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue