Skip to content

avh4/node-elm-test

 
 

Repository files navigation

node-elm-test Version Travis build Status AppVeyor build status

Runs elm-test suites from Node.js

Installation

npm install -g elm-test

Usage

elm-test init  # Adds the Elm-Test dependency and creates TestRunner.elm and Tests.elm
elm-test TestRunner.elm  # Runs the tests

Then add your tests to Tests.elm.

Also check out elm-check for property-based testing via elm-test!

About

Runs elm-test suites from Node.js. Get it with npm install -g elm-test

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 42.7%
  • JavaScript 38.9%
  • Shell 13.6%
  • Elm 4.8%