Merge pull request #1065 from jpalo/patch-1

Patch 1
This commit is contained in:
Laura Kokkarinen 2019-11-19 08:36:02 -05:00 committed by GitHub
commit 42cf08a16e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ There is also a _Jest Watch_ (watcher) configuration that **will let live execut
![SharePoint Framework Jest Visual Studio Code - debugging unit test](./assets/Jest-Typescript-VSCode-debugging.png)
### Important: The dedug configurations should be placed in the .vscode -> launch.json file to make the debugging work
### Important: The debug configurations should be placed in the .vscode -> launch.json file to make the debugging work
The sample has folder named `vscode` where the `launch.json` configuration for debuggind jest is stored. The configurations should be copied to your `.vscode` folder -> `launch.json` file. Once copied into your launch.json, then they will appear in your visual studio code debugging tab.