Skip to content

Commit deffeae

Browse files
committed
add jest as extension and suggest they install it
1 parent 4dc2ece commit deffeae

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"streetsidesoftware.code-spell-checker",
66
"eamodio.gitlens",
77
"ritwickdey.LiveServer",
8-
"vsliveshare.vsliveshare"
8+
"vsliveshare.vsliveshare",
9+
"Orta.vscode-jest"
910
]
1011
}

readme.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@
1010
1111
## Setting up your code editor
1212

13-
There are some tools that will help you to write code. One of these, [Prettier](https://prettier.io/), formats your code, making it easier for you and others to read.
13+
There are some tools that will help you to write code. One of these, [Prettier](https://prettier.io/), formats your code, making it easier for you and others to read. Another tool, [Jest](https://jestjs.io/), is a test runner that will turn on Test Explorer in Visual Studio Code.
1414

15-
### 1. Using prettier
15+
### 1. Using Prettier, Test Runner, and other recommended tools in Visual Studio Code
1616

17-
- In Visual Studio open the extensions panel (see https://code.visualstudio.com/docs/editor/extension-gallery#_browse-and-install-extensions)
18-
- Search for `Prettier - Code formatter`
19-
- Click install on the top result
17+
- Open this repository in Visual Studio Code
18+
- Accept the prompt to install the recommended extensions
2019

2120
### 2. Enable formatting on save
2221

0 commit comments

Comments
 (0)