Skip to content

Commit

Permalink
solve issue #337
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanenicolas committed Jun 26, 2019
1 parent 1a0e1a8 commit d7f819d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions toothpick-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,8 @@ dependencies {
testImplementation deps.hamcrest
testAnnotationProcessor deps.tp_compiler
}

test {
// enable JUnit Platform (a.k.a. JUnit 5) support
useJUnitPlatform()
}

0 comments on commit d7f819d

Please sign in to comment.