Move tests around

This commit is contained in:
Richard Feldman
2016-08-19 04:54:08 -07:00
parent 2b5049f438
commit 43eede09ed
6 changed files with 9 additions and 16 deletions

View File

@@ -21,24 +21,18 @@ 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
```