collegevine / purescript-elmish-hooks

React hooks for Elmish
https://collegevine.github.io/purescript-elmish-hooks
MIT License
7 stars 1 forks source link

Remove Enzyme dependency #25

Closed fsoikin closed 2 years ago

fsoikin commented 2 years ago

At first this was going to be a migration to elmish-testing-library, but I couldn't figure out how to reliably figure out React component name based on a live DOM element.

So instead I made the tests peek at the ReactElements' innards without rendering them into DOM. Turned out, I don't need elmish-testing-library at all with this approach.