Update README.md

Minor typo correction.
This commit is contained in:
jpalo 2019-11-18 09:10:12 +02:00 committed by GitHub
parent 10a69fc1aa
commit 3d6d96dfb9
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.