Skip to content

Commit fbe4be6

Browse files
committed
Bring back tests lol
1 parent 96a8748 commit fbe4be6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ allprojects {
3131
}
3232
}
3333

34+
tasks.withType<Test>().configureEach {
35+
useJUnitPlatform()
36+
}
37+
3438
tasks.withType<KotlinCompile>().configureEach {
3539
compilerOptions {
3640
// Treat all Kotlin warnings as errors

0 commit comments

Comments
 (0)