mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
Tell to replace * with exercise name (#110)
* Tell to replace * with exercise name I didn't do this. * Update TESTS.md
This commit is contained in:
parent
8f82b36223
commit
b5d7f1de2e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ The Elm exercise test suites may be run from the exercise directory.
|
|||
$ cd exercism/project/directory/elm/hello-world
|
||||
$ elm-test *Tests.elm
|
||||
```
|
||||
Replace `*` with the name of the exercise you're on, e.g. HelloWorld for the Hello World exercise.
|
||||
|
||||
## Hints and tips
|
||||
|
||||
|
|
Loading…
Reference in a new issue