From b5d7f1de2ee594fde39ce8fc7d180147a4301622 Mon Sep 17 00:00:00 2001 From: Will White Date: Thu, 25 Aug 2016 02:10:20 +0100 Subject: [PATCH] Tell to replace * with exercise name (#110) * Tell to replace * with exercise name I didn't do this. * Update TESTS.md --- docs/TESTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/TESTS.md b/docs/TESTS.md index 22b65f5..8772230 100644 --- a/docs/TESTS.md +++ b/docs/TESTS.md @@ -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