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

@ -34,7 +34,7 @@ tasks.withType<KotlinCompile>().configureEach {
}
tasks.withType<Test>().configureEach {
useJUnitPlatform()
// useJUnitPlatform()
val testsBadgeApiKey = providers.gradleProperty("testsBadgeApiKey")
addTestListener(Rife2TestListener(testsBadgeApiKey))