Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Jun 9, 2015
1 parent eee17f0 commit ef61226
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# node-elm-test
Runs elm-test suites from Node.js
Runs [elm-test](https://github.com/deadfoxygrandpa/Elm-Test) suites from Node.js

Install it with `npm install -g elm-test`, then try this after downloading this repository:

```bash
cd examples
elm-package install --yes
elm-test Test.elm
```

Also check out [`elm-check`](https://github.com/TheSeamau5/elm-check) for property-based testing via `elm-test`!

0 comments on commit ef61226

Please sign in to comment.