Upgrade part8 and part9 to latest elm-test

This commit is contained in:
Richard Feldman
2016-08-19 04:55:44 -07:00
parent 43eede09ed
commit b5e7011d2b
6 changed files with 130 additions and 11 deletions

View File

@@ -21,25 +21,19 @@ elm-live Main.elm --open --output=elm.js
## Running Tests
First do this:
```bash
cd test
elm-package install
```
Then do either (or both!) of the following:
Do either (or both!) of the following:
#### Running tests on the command line
```bash
elm-test NodeRunner.elm
elm-test
```
#### Running tests in a browser
```bash
cd tests
elm-reactor
```
Then visit [localhost:8000](http://localhost:8000) and choose `Html.elm`.
Then visit [localhost:8000](http://localhost:8000) and choose `HtmlRunner.elm`.