We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925d0ad commit e040300Copy full SHA for e040300
1 file changed
README.md
@@ -6,10 +6,10 @@ Exercism exercises in MoonScript.
6
7
## Testing
8
9
-To test all exercises, run `./bin/verify-exercises`.
+To test all exercises, run `./bin/test-all`.
10
This command will iterate over all exercises and check to see if their exemplar/example implementation passes all the tests.
11
12
-To test a single exercise, run `./bin/verify-exercises <exercise-slug>`.
+To test a single exercise, run `./bin/test-one <exercise-slug>`.
13
14
### Using Docker
15
0 commit comments