colin353 / mushu-new

0 stars 1 forks source link

Add Elm tests to CircleCI #59

Closed iteloo closed 6 years ago

iteloo commented 6 years ago

The way to run the test locally:

cd js
elm-test

This requires first installing

npm install -g elm-test

The doc page has a section "Running tests on CI": http://package.elm-lang.org/packages/elm-community/elm-test/4.2.0/

colin353 commented 6 years ago

Resolved