Skip to content

Commit d9f0742

Browse files
committed
edits
1 parent e592907 commit d9f0742

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ You can run unit tests directly from the command line for your unit test framewo
139139

140140
You may also choose to run the tests from the command line using *vstest.console*. For example, you may want to use vstest.console to maintain consistency with C# unit tests, or to run in Azure DevOps. Use the following command, but replace `MyProj` with your project name.
141141

142+
::: moniker-end
142143
::: moniker range=">=visualstudio"
143144
```
144145
vstest.console .\MyProj.esproj /TestAdapterPath:"C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\IDE\Extensions\Microsoft\JavaScript"

0 commit comments

Comments
 (0)