Skip to content

Commit adfba90

Browse files
committed
edits
1 parent 132f9fc commit adfba90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,8 @@ The following example is based on the TypeScript React project template provided
114114
> [!NOTE]
115115
> For TypeScript, do not use the `outfile` option in *tsconfig.json*, because Test Explorer won't be able to find your unit tests. You can use the `outdir` option, but make sure that configuration files such as `package.json` and `tsconfig.json` are in the project root.
116116
117-
::: moniker range="vs-2022"
118117
> [!IMPORTANT]
119118
> If the output from **Tests** in the Output window shows a `ReadOnlySpan` error during test discovery, use this workaround for a known [MSBuild issue](https://github.com/dotnet/msbuild/issues/7873). Open the folder, *Program Files\Microsoft Visual Studio\2022\\<version\>\Common7\IDE\Extensions\TestPlatform*, and rename *System.Memory.dll* to a different name. This fix enables test discovery.
120-
::: moniker-end
121119
122120
### Run tests (.esproj)
123121

0 commit comments

Comments
 (0)