File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Sprint-3/1-implement-and-rewrite-tests Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ Write your assertions and build up your program case by case. Don't rush to a so
1010Here is a recommended order:
1111
12121 . ` 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
3232https://code.visualstudio.com/docs/editor/testing
3333
34341 . 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
You can’t perform that action at this time.
0 commit comments