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.
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
3 thoughts on “Writing a unit test in Elm”