Fix tests in 7 and 8

This commit is contained in:
Richard Feldman
2016-04-03 08:16:38 -07:00
parent 1eacda4fa4
commit dfbff3f448
4 changed files with 26 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
Part 7
Part 8
======
## Installation
@@ -16,3 +16,10 @@ to fail; in that case, just run `elm package install` again.)
elm live Main.elm --open -- --output=elm.js
```
## Running Tests
```bash
cd test
elm package install
elm test TestRunner.elm
```