Closed mpizenberg closed 3 years ago
I've been working on elm-test-rs for almost 9 months now and it's more or less ready now for an integration into this test runner to replace elm-test for a much improved reactivity and user experience (capturing calls to Debug.log).
Debug.log
See https://github.com/mpizenberg/elm-test-rs/issues/41
Done in #14
I've been working on elm-test-rs for almost 9 months now and it's more or less ready now for an integration into this test runner to replace elm-test for a much improved reactivity and user experience (capturing calls to
Debug.log
).