Move tests around
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user