File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ spring-boot-2x-starter-test = { module = "org.springframework.boot:spring-boot-s
3030kotest-property-jvm = { module = " io.kotest:kotest-property-jvm" , version.ref = " kotest" }
3131kotest-datatests = { module = " io.kotest:kotest-framework-datatest-jvm" , version.ref = " kotest" }
3232kotest-assertions-core = { module = " io.kotest:kotest-assertions-core" , version.ref = " kotest" }
33+ kotest-runner-junit5 = { module = " io.kotest:kotest-runner-junit5" , version.ref = " kotest" }
3334kotlinx-coroutines-test = { module = " org.jetbrains.kotlinx:kotlinx-coroutines-test" , version.ref = " kotlinx" }
3435koin-test = { module = " io.insert-koin:koin-test" , version.ref = " koin" }
3536koin-test-junit5 = { module = " io.insert-koin:koin-test-junit5" , version.ref = " koin" }
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ val testFixturesImplementation: Configuration by configurations.getting {
88
99dependencies {
1010 testFixturesImplementation(libs.kotest.assertions.core)
11+ testFixturesImplementation(libs.kotest.runner.junit5)
1112 testFixturesImplementation(junitLibs.junitJupiterApi)
1213 testFixturesImplementation(libs.kotlinx.coroutines.test)
1314 testFixturesRuntimeOnly(junitLibs.junitJupiterEngine)
You can’t perform that action at this time.
0 commit comments