Update part8 README
This commit is contained in:
@@ -24,11 +24,11 @@ elm-live Main.elm --open --output=elm.js
|
||||
```bash
|
||||
cd test
|
||||
elm-package install
|
||||
elm test TestRunner.elm
|
||||
elm-test Test.elm
|
||||
```
|
||||
|
||||
## References
|
||||
|
||||
* [Using Elm packages](https://github.com/elm-lang/elm-package/blob/master/README.md#basic-usage)
|
||||
* [elm-test documentation](http://package.elm-lang.org/packages/deadfoxygrandpa/elm-test/3.1.1/)
|
||||
* [`(<|)` documentation](http://package.elm-lang.org/packages/elm-lang/core/3.0.0/Basics#<|)
|
||||
* [elm-test documentation](http://package.elm-lang.org/packages/project-fuzzball/test/latest)
|
||||
* [`(<|)` documentation](http://package.elm-lang.org/packages/elm-lang/core/4.0.0/Basics#<|)
|
||||
|
||||
@@ -18,3 +18,11 @@ to fail; in that case, just run `elm-package install` again.)
|
||||
```bash
|
||||
elm-live Main.elm --open --output=elm.js
|
||||
```
|
||||
|
||||
## Running Tests
|
||||
|
||||
```bash
|
||||
cd test
|
||||
elm-package install
|
||||
elm-test Test.elm
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user