Closed takahirom closed 3 weeks ago
The reason we needed context(DesktopComposeUiTest)
was that compose/ui/ui-test/src/skikoMain/kotlin/androidx/compose/ui/test/SkikoImageHelpers.kt
didn't exist before, and we had to use DesktopComposeUiTest. However, now that we can use SkikoImageHelpers, we can remove the context(DesktopComposeUiTest)
.
close https://github.com/takahirom/roborazzi/issues/444