mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
refactor: migrate all tests to kotest
This commit is contained in:
parent
8eec09e832
commit
eba5d64998
6 changed files with 125 additions and 144 deletions
|
@ -37,6 +37,7 @@ class KotlinCommonPlugin : Plugin<Project> {
|
|||
withType<Test>().configureEach {
|
||||
maxParallelForks = Runtime.getRuntime().availableProcessors() * 2
|
||||
testLogging { events(TestLogEvent.PASSED, TestLogEvent.SKIPPED, TestLogEvent.FAILED) }
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue