Skip to content

Commit

Permalink
chore: 테스트 관련 설정 추가(#89)
Browse files Browse the repository at this point in the history
- 테스트용 h2 db 추가
- 테스트 관련 코드에서의 lombok 사용을 위한 설정 추가
  • Loading branch information
Minjae-An committed May 25, 2024
1 parent 0c72062 commit 813f9f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions be/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ dependencies {

// fcm
implementation 'com.google.firebase:firebase-admin:9.2.0'

// h2
testRuntimeOnly 'com.h2database:h2'

testCompileOnly 'org.projectlombok:lombok'
testAnnotationProcessor 'org.projectlombok:lombok'
}

tasks.named('bootBuildImage') {
Expand Down

0 comments on commit 813f9f6

Please sign in to comment.