Skip to content

Commit

Permalink
chore: fix tests not running
Browse files Browse the repository at this point in the history
  • Loading branch information
Idane committed Jul 14, 2022
1 parent 8fdc51d commit a0ee8b6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
testImplementation("io.strikt:strikt-core:0.31.0")
}

tasks.withType<Test> {
useJUnitPlatform()
}

0 comments on commit a0ee8b6

Please sign in to comment.