Skip to content

Commit

Permalink
explicitly declare test framework
Browse files Browse the repository at this point in the history
  • Loading branch information
mvmike committed Aug 9, 2024
1 parent b947087 commit c61cb5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion")
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")

// https://github.com/assertj/assertj-core/tags
testImplementation("org.assertj:assertj-core:3.26.3")
Expand Down

0 comments on commit c61cb5d

Please sign in to comment.