13 lines
166 B
Kotlin
13 lines
166 B
Kotlin
package ltd.hlaeja
|
|
|
|
import org.junit.jupiter.api.Test
|
|
|
|
// @SpringBootTest
|
|
class ApplicationTests {
|
|
|
|
@Test
|
|
fun contextLoads() {
|
|
// placeholder
|
|
}
|
|
}
|