8000 Updated it · NoderCoder/javascript-exercises@370f88b · GitHub
[go: up one dir, main page]

Skip to content

Commit 370f88b

Browse files
authored
Updated it
Changed tempConversion to repeatString since thats what this file is about.
1 parent 29bd246 commit 370f88b

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