mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
Update docs to use elm-test rather then elm-reactor.
This commit is contained in:
parent
57f84d6b97
commit
479f961866
2 changed files with 3 additions and 4 deletions
|
@ -3,6 +3,6 @@ Download and install a recent Elm Platform for your OS from [elm-lang.org/instal
|
||||||
## MacOS
|
## MacOS
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ npm install --global elm
|
$ npm install --global elm elm-test
|
||||||
$ elm-package install -y
|
$ elm-package install -y
|
||||||
```
|
```
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
First, execute the following:
|
Run tests with soemthing like the following command:
|
||||||
```bash
|
```bash
|
||||||
$ elm-reactor
|
$ elm-test exercises/bob/BobTests.elm
|
||||||
```
|
```
|
||||||
Then go to `localhost:8000` in your browser and navigate to your test file.
|
|
||||||
|
|
||||||
## Making Your First Elm Module
|
## Making Your First Elm Module
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue