Set up project structure
This commit is contained in:
11
src/test/kotlin/ltd/lulz/library/LulzLibraryTest.kt
Normal file
11
src/test/kotlin/ltd/lulz/library/LulzLibraryTest.kt
Normal file
@@ -0,0 +1,11 @@
|
||||
package ltd.lulz.library
|
||||
|
||||
import kotlin.test.Test
|
||||
|
||||
class LulzLibraryTest {
|
||||
|
||||
@Test
|
||||
fun `Lulz Library Test`() {
|
||||
// Placeholder
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user