generated from aura-ascend/template-service
All checks were successful
Gradle Build on PR / gradle-build (pull_request) Successful in 2m25s
12 lines
152 B
Kotlin
12 lines
152 B
Kotlin
package ltd.lulz.library
|
|
|
|
import org.junit.jupiter.api.Test
|
|
|
|
class LulzLibraryTest {
|
|
|
|
@Test
|
|
fun contextLoads() {
|
|
// placeholder
|
|
}
|
|
}
|