Andraz
08/06/2024, 6:21 AMArtem Kobzar
08/06/2024, 6:52 AMIlya Goncharov [JB]
08/06/2024, 9:43 AMCarter
08/06/2024, 2:21 PMclient-view-model-lib:wasmJsBrowserTest > 06 08 2024 10:20:06.793:INFO [Chrome Headless 127.0.6533.89 (Mac OS 10.15.7)]: Connected on socket GyV0EfzpbfyfnUjGAAAB with id 92026954 > 0 tests completed
Before it finally times out
> Task :client-view-model-lib:wasmJsBrowserTest
Disconnected (0 times) , because no message in 30000 ms.
Ilya Goncharov [JB]
08/06/2024, 2:26 PMCarter
08/06/2024, 2:42 PMIlya Goncharov [JB]
08/06/2024, 2:43 PMCarter
08/06/2024, 2:43 PM1.7.0-alpha02
Ilya Goncharov [JB]
08/06/2024, 2:49 PMclean
all build
folders.
And maybe you have directories karma.config.d
or webpack.config.d
?Carter
08/06/2024, 2:54 PMCarter
08/06/2024, 8:08 PMCarter
08/06/2024, 8:08 PMIlya Goncharov [JB]
08/07/2024, 11:19 AMskiko
version 0.8.4
. It has problem with import function AreMetricsLinear
. It is already fixed in new skiko 0.8.9.
We can see dependency
api(libs.androidx.lifecycle.viewmodel.compose)
It has transitive dependency on org.jetbrains.compose.ui:ui
and based on it, skiko is added.
So you can either add explicit dependency on skiko
implementation("org.jetbrains.skiko:skiko-wasm-js:0.8.9")
onto wasmJsMain
or you can just explicit add dependency on org.jetbrains.compose.ui:ui:1.7.0-alpha02
I think it should be fixed with release of new viewmodel with transitive dependency on new ui
Carter
08/07/2024, 7:06 PMorg.jetbrains.compose.ui:ui:1.7.0-alpha02
which resolved this issue and avoids the stall of tests that I was experiencing.