Is there any documentation on testing non-ui compo...
# compose
p
Is there any documentation on testing non-ui composable code?
h
I know, HTML is UI but you could look at the test util which is quite readable and could help: https://github.com/JetBrains/compose-jb/blob/master/web/test-utils/src/jsMain/kotlin/org/jetbrains/compose/web/testutils/TestUtils.kt And the internal runtime contains the Applier: https://github.com/JetBrains/compose-jb/tree/master/web/internal-web-core-runtime
p
h
Nice, you actually dont test composable but a flow, created from composables with molecule 😄