Skip to content

Commit

Permalink
Merge pull request dotnet#1802 from stanac/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
guardrex authored Mar 26, 2017
2 parents cfc53c0 + c1a8d4a commit 3cc29c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/tools/dotnet-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ms.assetid: 4bf0aef4-148a-41c6-bb95-0a9e1af8762e

## Description

The `dotnet test` command is used to execute unit tests in a given project. Unit tests are console application projects that have dependencies on the unit test framework (for example, MSText, NUnit, or xUnit) and the dotnet test runner for the unit testing framework. These are packaged as NuGet packages and are restored as ordinary dependencies for the project.
The `dotnet test` command is used to execute unit tests in a given project. Unit tests are console application projects that have dependencies on the unit test framework (for example, MSTest, NUnit, or xUnit) and the dotnet test runner for the unit testing framework. These are packaged as NuGet packages and are restored as ordinary dependencies for the project.

Test projects also must specify the test runner. This is specified using an ordinary `<PackageReference>` element, as seen in the following sample project file:

Expand Down

0 comments on commit 3cc29c3

Please sign in to comment.