Skip to content

Commit 5806d46

Browse files
authored
Merge pull request #6082 from Mikejo5000/mikejo-nodejs
GitHub issue fixes
2 parents f5e671c + ad4ea8c commit 5806d46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/javascript/unit-testing-javascript-with-visual-studio.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,5 @@ In addition to the properties above, you will also need to install the NuGet pac
180180
<GenerateProgramFile>false</GenerateProgramFile>
181181
</PropertyGroup>
182182
```
183+
184+
Some test frameworks may require additional npm packages for test detection. For example, jest requires the jest-editor-support npm package. If necessary, check the documentation for the specific framework.

0 commit comments

Comments
 (0)