Writing a unit test in Elm

Series: Snake in Elm, Elm makes me happy, Elm Basics, Elm Unit Test, Elm JSON

I've been having fun with Elm programming recently. Elm is a replacement for JavaScript that is pure functional and highly practical.

Snake in Elm
Elm makes me happy
Elm Basics
Elm JSON
fun
Elm

Here's how to go from nothing installed at all to writing a unit test that passes, in just over 10 minutes.

The source code is here: github.com/andybalaam/elm-unit-test-example

Originally posted at 2016-11-01 22:05:40+00:00. Automatically generated from the original post : apologies for the errors introduced.

github.com/andybalaam/elm-unit-test-example
original post