Package

purescript-elmish-testing-library

Repository
collegevine/purescript-elmish-testing-library
License
MIT
Uploaded by
pacchettibotti
Published on
2022-10-07T20:00:09Z

A library for testing Elmish components on live DOM. Can be run in the browser on native DOM or under Node, in which case it will emulate the DOM via the Happy DOM library. A different DOM emulator can also be used as long as it's initialized before the first call to Elmish Testing Library.

See documentation on Pursuit.