File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/jvmTest/kotlin/org/modelix/client/light Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ kotlin {
72
72
implementation(libs.ktor.server.forwarded.header)
73
73
implementation(libs.ktor.server.websockets)
74
74
implementation(libs.ktor.server.test.host)
75
+ implementation(libs.ktor.server.resources)
75
76
}
76
77
}
77
78
val jsMain by getting {
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ class LightModelClientTest {
48
48
application {
49
49
installAuthentication(unitTestMode = true )
50
50
install(io.ktor.server.websocket.WebSockets )
51
+ install(io.ktor.server.resources.Resources )
51
52
val modelClient = LocalModelClient (InMemoryStoreClient ())
52
53
localModelClient = modelClient
53
54
DeprecatedLightModelServer (modelClient).init (this )
You can’t perform that action at this time.
0 commit comments