Skip to content

Commit 564805b

Browse files
committed
Acrolinx edits
1 parent adfba90 commit 564805b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The following example is based on the TypeScript React project template provided
7777

7878
- vitest
7979

80-
This package are added to the *package.json* file under dependencies.
80+
This package is added to the *package.json* file under dependencies.
8181

8282
> [!NOTE]
8383
> If you're using jest, the jest-editor-support npm package is required as well as the jest package.
@@ -137,7 +137,7 @@ For some unit test frameworks, unit tests are typically run against the generate
137137

138138
## Write unit tests for ASP.NET Core
139139

140-
To add support for unit testing of JavaScript and TypeScript in an ASP.NET Core project, you need to add TypeScript, Npm, and unit testing support to the project by including required NuGet packages.
140+
To add support for unit testing of JavaScript and TypeScript in an ASP.NET Core project, you need to add TypeScript, npm, and unit testing support to the project by including required NuGet packages.
141141

142142
### Add a unit test (ASP.NET Core)
143143

@@ -187,7 +187,7 @@ The following example is based on the ASP.NET Core Model-View-Controller project
187187

188188
# [Mocha](#tab/mocha)
189189

190-
The `JavaScriptTestRoot` element specifies the location for your unit tests. To simplify the configuration for Mocha, in this example we point the test root to the output folder, *wwwroot\js\tests\*.
190+
The `JavaScriptTestRoot` element specifies the location for your unit tests. To simplify the configuration for Mocha, in this example we point the test root to the output folder, *wwwroot\js\tests\\*.
191191

192192
```xml
193193
<PropertyGroup>

0 commit comments

Comments
 (0)