Skip to content

Commit

Permalink
Merge pull request #1802 from InsertKoinIO/fix/test_dependencies
Browse files Browse the repository at this point in the history
Fix test dependencies
  • Loading branch information
arnaudgiuliani authored Mar 1, 2024
2 parents 137bf85 + efd4edb commit ddba28e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/core/koin-test-junit4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
dependencies {
api(project(":core:koin-test"))
implementation(libs.test.junit)
implementation(libs.kotlin.test)
testImplementation(libs.kotlin.test)
testImplementation(libs.test.mockito)
}

Expand Down
1 change: 0 additions & 1 deletion projects/core/koin-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ kotlin {
sourceSets {
commonMain.dependencies {
api(project(":core:koin-core"))
implementation(libs.kotlin.test)
}
commonTest.dependencies {
implementation(libs.kotlin.test)
Expand Down
3 changes: 3 additions & 0 deletions projects/test-macos.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh

./gradlew cleanTest :core:koin-core:macosArm64Test --parallel --no-build-cache

0 comments on commit ddba28e

Please sign in to comment.