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:
Will White 2016-08-25 02:10:20 +01:00 committed by Erik Simmler
parent 8f82b36223
commit b5d7f1de2e

View file

@ -4,6 +4,7 @@ The Elm exercise test suites may be run from the exercise directory.
$ cd exercism/project/directory/elm/hello-world $ cd exercism/project/directory/elm/hello-world
$ elm-test *Tests.elm $ 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 ## Hints and tips