Skip to content

Commit 99724e9

Browse files
fix links in setup-wizard doc (#1154)
1 parent 6a3a7e7 commit 99724e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup-wizard.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ The tool provides 3 main setup tasks:
4040

4141
<img src="images/setup-tool/main-menu.png" alt="setup-tool/main-menu.png" width="800"/>
4242

43-
1. [Setup Jest Command](#jest-command-line): used by the extension to kick off a jest test run on behave of users.
44-
2. [Setup Jest Debug Config](#debug-config): to enable debugging individual jest tests via the debug codeLens.
45-
3. [Setup Monorepo Project](#debug-config): to assist the monorepo projects adapting to the vscode environment.
43+
1. [Setup Jest Command](#setup-jest-command): used by the extension to kick off a jest test run on behave of users.
44+
2. [Setup Jest Debug Config](#setup-jest-debug-config): to enable debugging individual jest tests via the debug codeLens.
45+
3. [Setup Monorepo Project](#setup-monorepo-project): to assist the monorepo projects adapting to the vscode environment.
4646

4747
### Setup Jest Command
4848
The extension starts jest test processes by issuing the same jest command users run in the terminal. The tool provides a quick way for users to update and examine `"jest.jestCommandLine"` and `"jest.rootPath` settings, which can also be manually updated via vscode settings. After editing the settings, click on the `"Save Settings"` to save then restart the extension.

0 commit comments

Comments
 (0)