init home and upgrade gradle-properties
This commit is contained in:
@@ -18,4 +18,6 @@ dependencies {
|
||||
implementation(libs.ktor.server.netty)
|
||||
testImplementation(libs.ktor.server.tests)
|
||||
testImplementation(libs.kotlin.test.junit)
|
||||
testImplementation(libs.junit.jupiter)
|
||||
testImplementation(libs.jupiter.junit.jupiter)
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
package at.mocode
|
||||
|
||||
import org.junit.jupiter.api.Assertions.*
|
||||
import org.junit.jupiter.api.Test
|
||||
|
||||
class ApplicationTest {
|
||||
@Test
|
||||
fun main() {
|
||||
}
|
||||
|
||||
@Test
|
||||
fun module() {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user