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: repeatString/README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,11 @@ You will notice in this exercise that there are multiple tests (see in file `rep
15
15
16
16
- 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.
17
17
18
-
- If running `jasmine repeatString.spec.js` raises `Temporarily disabled with test.skip` errors, make sure you have enabled the rest of the tests (see above).
18
+
- If running `npm test repeatString.spec.js` returns results similar to the below:
19
+
20
+
```
21
+
Test Suites: 1 passed, 1 total
22
+
Tests: 6 skipped, 1 passed, 7 total
23
+
```
24
+
25
+
- Make sure you have enabled the rest of the tests (see above).
0 commit comments