Writing a unit test in Elm

November 01, 2016 [Elm, Programming, Programming Languages, Tech, Test Driven, Videos]

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.

Embedded YouTube video

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