Erik
01/12/2024, 1:41 PMassertTrue(false)
):
https://github.com/erikhuizinga/ranstax/commit/b6bbd063fbc422e18a4cfb0962bb362a27216bd1
However, when I run ./gradlew check
, the output is BUILD SUCCESSFUL
and I see some error log that doesn't lead to a Gradle task failure:
> Task :composeApp:wasmJsBrowserTest
Module not found: Error: Can't resolve './skiko.mjs' ...
What's going on here?Oleksandr Karpovich [JB]
01/12/2024, 3:27 PMErik
01/12/2024, 11:42 PMv1.6.0-dev1362
(or the previous dev version found here: https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/components/components-resources-wasmJs/) to make it work.
Here's the commit: https://github.com/erikhuizinga/ranstax/commit/10f552f6a7de060b38af18f8ac5e264cb6761b08
It does seem that tests are run twice. And, interestingly, the two tests that I've added that should fail, fail with a yellow X in one run and with a red ! in the other, e.g. see screenshot.Oleksandr Karpovich [JB]
01/15/2024, 7:28 AM