From a9dad81a7389136c8e0aa9419f56b7b4fd0f181f Mon Sep 17 00:00:00 2001 From: Jim Cramer Date: Tue, 15 Jan 2019 10:30:37 +0100 Subject: [PATCH] Fixed typo --- Week2/MAKEME.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Week2/MAKEME.md b/Week2/MAKEME.md index d6cda53b3..0169b7920 100644 --- a/Week2/MAKEME.md +++ b/Week2/MAKEME.md @@ -135,7 +135,7 @@ Time: 1.255s Ran all test suites matching /Week2\//i. ``` -If that's the case, try and fix the error. When done, run the tests again: `npm run test2` +If that's the case, try and fix the error. When done, run the tests again: `npm run test-week2` Repeat the previous step until all (= 2 in this case) tests pass.