Merge pull request #27 from li3097/patch-1

Updated it
This commit is contained in:
Kevin Mulhern
2018-10-10 13:08:20 +01:00
committed by GitHub
+1 -1
View File
@@ -15,4 +15,4 @@ You will notice in this exercise that there are multiple tests (see in file `rep
- 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.
- 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).
- If running `jasmine repeatString.spec.js` raises `Temporarily disabled with xit` errors, make sure you have enabled the rest of the tests (see above).