Skip to content

Commit 8f3d6cf

Browse files
committed
Use sequentially numbered bullet points
While these work the same in markdown, folks may often read them in the text file and be confused.
1 parent 3a84e5c commit 8f3d6cf

File tree

1 file changed

+5
-5
lines changed
  • Sprint-3/1-implement-and-rewrite-tests

1 file changed

+5
-5
lines changed

Sprint-3/1-implement-and-rewrite-tests/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Write your assertions and build up your program case by case. Don't rush to a so
1010
Here is a recommended order:
1111

1212
1. `1-get-angle-type.js`
13-
1. `2-is-proper-fraction.js`
14-
1. `3-get-card-value.js`
13+
2. `2-is-proper-fraction.js`
14+
3. `3-get-card-value.js`
1515

1616
## 2 Rewrite tests with Jest
1717

@@ -32,9 +32,9 @@ You can run all the tests in this repo by running `npm test` in your terminal. H
3232
https://code.visualstudio.com/docs/editor/testing
3333

3434
1. Go to rewrite-tests-with-jest/1-get-angle-type.test.js
35-
1. Click the green play button to run the test. It's on the left of the test function in the gutter.
36-
1. Read the output in the TEST_RESULTS tab at the bottom of the screen.
37-
1. Explore all the tests in this repo by opening the TEST EXPLORER tab. The logo is a beaker.
35+
2. Click the green play button to run the test. It's on the left of the test function in the gutter.
36+
3. Read the output in the TEST_RESULTS tab at the bottom of the screen.
37+
4. Explore all the tests in this repo by opening the TEST EXPLORER tab. The logo is a beaker.
3838

3939
![VSCode Test Runner](../../run-this-test.png)
4040

0 commit comments

Comments
 (0)