Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 539 Bytes

File metadata and controls

10 lines (8 loc) · 539 Bytes

Elmish Testing Library

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.