Skip to content

Commit

Permalink
[#57] feat: test 용 의존성 추가
Browse files Browse the repository at this point in the history
기존에 gradlew 로 build 실행시에는 테스트를 skip하고 있어서
https://www.baeldung.com/junit-5-gradle 를 참고하여 의존성 추가
  • Loading branch information
starkim06 committed Aug 17, 2019
1 parent cd492bb commit 28e8bfb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ dependencies {
}
testImplementation 'org.springframework.boot:spring-boot-starter-webflux'
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.4.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.1'
}


0 comments on commit 28e8bfb

Please sign in to comment.