Skip to content

Commit 6274682

Browse files
committed
Merge two bullet points in repeatString
1 parent f045653 commit 6274682

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

02_repeatString/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ You will notice in this exercise that there are multiple tests (see in file `rep
2121

2222
- 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.
2323

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.
2525

2626
```
2727
Test Suites: 1 passed, 1 total
2828
Tests: 6 skipped, 1 passed, 7 total
2929
```
30-
31-
- Make sure you have enabled the rest of the tests (see above).

0 commit comments

Comments
 (0)