8000 Merge pull request #27 from li3097/patch-1 · NoderCoder/javascript-exercises@f3ac3d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit f3ac3d5

Browse files
authored
Merge pull request TheOdinProject#27 from li3097/patch-1
Updated it
2 parents 29bd246 + 370f88b commit f3ac3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repeatString/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ You will notice in this exercise that there are multiple tests (see in file `rep
1515

1616
- 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.
1717

18-
- If running `jasmine tempConversion/tempConversion.spec.js` raises `Temporarily disabled with xit` errors, make sure you have enabled the rest of the tests (see above).
18+
- If running `jasmine repeatString.spec.js` raises `Temporarily disabled with xit` errors, make sure you have enabled the rest of the tests (see above).

0 commit comments

Comments
 (0)
0