Skip to content

Commit e15cea9

Browse files
committed
feat ( #11 ) : TestClass 추가
1 parent ea05fc2 commit e15cea9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
package hs.kr.entrydsm.application
2+
3+
import org.junit.jupiter.api.Test
4+
import org.springframework.boot.test.context.SpringBootTest
5+
6+
@SpringBootTest
7+
class CasperApplicationTests {
8+
9+
@Test
10+
fun contextLoads() {
11+
}
12+
}

0 commit comments

Comments
 (0)