Skip to content

Commit

Permalink
add test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlas Ermakov committed Nov 26, 2024
1 parent 4187a21 commit 1c52ef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ repositories {
dependencies {
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.assertj:assertj-core:3.23.1'
testImplementation 'org.mockito:mockito-core:4.9.0'
testImplementation 'org.mockito:mockito-junit-jupiter:4.9.0'
}

test {
Expand Down

0 comments on commit 1c52ef8

Please sign in to comment.