Property Testing in Elm
Elm is perfectly suited to property testing, with its delightful data-in–data-out functions. Testing in Elm should super easy. The tooling isn’t there yet, though. This post documents what was necessary today to get a property to run in Elm. Step 1: elm-test This includes an Elm library and a node module for a command-line runner. The library … Read moreProperty Testing in Elm