Write your tests in Tests.elm.
Implementation can go straight in there, or create and import files as necessary...
-
Clone this repository
-
Install Elm
-
Install Elm stuff
elm package install- Install elm-test
Because elm-test isn't available as regular binary, you'll need Node and install it via NPM.
npm install -g elm-test- Run Elm stuff
elm-reactor- Run tests
elm-testAdd the --watch flag if you want them to be continuously run.
GL HF!