Set up project structure
This commit is contained in:
13
src/test/kotlin/ltd/hlaeja/ApplicationTests.kt
Normal file
13
src/test/kotlin/ltd/hlaeja/ApplicationTests.kt
Normal file
@@ -0,0 +1,13 @@
|
||||
package ltd.hlaeja
|
||||
|
||||
import org.junit.jupiter.api.Test
|
||||
import org.springframework.boot.test.context.SpringBootTest
|
||||
|
||||
@SpringBootTest
|
||||
class ApplicationTests {
|
||||
|
||||
@Test
|
||||
fun contextLoads() {
|
||||
// placeholder
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user