Skip to content

Commit

Permalink
test(intellij): remove warning about auto-loading test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissimon-au committed Mar 16, 2024
1 parent b750364 commit 779e21d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/intellij/contextive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
implementation("net.lingala.zip4j:zip4j:2.11.5")
testImplementation(kotlin("test"))
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("io.mockk:mockk:1.13.10")
}

Expand Down

0 comments on commit 779e21d

Please sign in to comment.