You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02_repeatString/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,9 @@ You will notice in this exercise that there are multiple tests (see in file `rep
21
21
22
22
- Create a variable to hold the string you're going to return, create a loop that repeats the given number of times and add the given string to the result on each loop.
23
23
24
-
- If running `npm test repeatString.spec.js` returns results similar to the below:
24
+
- If running `npm test repeatString.spec.js` returns results similar to the below, make sure you have enabled the rest of the tests, as described in the instructions above.
25
25
26
26
```
27
27
Test Suites: 1 passed, 1 total
28
28
Tests: 6 skipped, 1 passed, 7 total
29
29
```
30
-
31
-
- Make sure you have enabled the rest of the tests (see above).
0 commit comments