Skip to content

Commit

Permalink
fix: test 없이 build 하도록 gitignore 수정3
Browse files Browse the repository at this point in the history
  • Loading branch information
tfer2442 committed May 9, 2024
1 parent a7c378d commit 68877bb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ bin/

### IntelliJ IDEA ###
.env
src/test/*
!**/src/test/

.idea
*.iws
Expand Down
26 changes: 13 additions & 13 deletions src/test/java/com/haedal/haedalweb/HaedalWebApplicationTests.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package com.haedal.haedalweb;

import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;

@SpringBootTest
class HaedalWebApplicationTests {

@Test
void contextLoads() {
}

}
//package com.haedal.haedalweb;
//
//import org.junit.jupiter.api.Test;
//import org.springframework.boot.test.context.SpringBootTest;
//
//@SpringBootTest
//class HaedalWebApplicationTests {
//
// @Test
//// void contextLoads() {
// }
//
//}

0 comments on commit 68877bb

Please sign in to comment.