benkuly
03/04/2022, 3:09 PMtestApplication
to test ktor client stuff, because I really don't like the ktor client mock api and with testApplication
I can re-use type safe routes (@Resource
). The problem is, that testApplication
is only available for jvm and native and so I cant't test the client code on other platforms.Aleksei Tirman [JB]
03/05/2022, 8:21 AMe5l
03/05/2022, 8:21 AMbenkuly
03/05/2022, 8:42 AMe5l
03/05/2022, 9:34 AMjs
native
and jvm
implementations, only js
is missingbenkuly
03/05/2022, 9:35 AMe5l
03/05/2022, 9:36 AMbenkuly
03/05/2022, 9:38 AM