8000 repeatString/README.md: Rewrite hints to refer to Jest "skipped" tests. · unconnect/javascript-exercises@9916e34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9916e34

Browse files
author
Michael Frank
committed
repeatString/README.md: Rewrite hints to refer to Jest "skipped" tests.
1 parent cced031 commit 9916e34

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

repeatString/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,11 @@ 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 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

Comments
 (0)
0