Skip to content

Commit

Permalink
Refactor FlowTest to use kotlin test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gosunet committed Oct 23, 2023
1 parent 8bb1274 commit e276239
Show file tree
Hide file tree
Showing 3 changed files with 260 additions and 259 deletions.
15 changes: 5 additions & 10 deletions arrow-libs/fx/arrow-fx-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,11 @@ kotlin {
commonTest {
dependencies {
implementation(projects.arrowCore)
implementation(libs.kotest.frameworkEngine)
implementation(libs.kotest.assertionsCore)
implementation(libs.kotest.property)
implementation(libs.coroutines.test)
}
}
jvmTest {
dependencies {
runtimeOnly(libs.kotest.runnerJUnit5)

implementation(libs.kotest.frameworkEngine)
implementation(libs.kotest.assertionsCore)
implementation(libs.kotest.property)
implementation(libs.coroutines.test)
implementation(libs.kotlin.test)
}
}

Expand Down
Loading

0 comments on commit e276239

Please sign in to comment.