Skip to content

Commit

Permalink
Fixed testPath-property example
Browse files Browse the repository at this point in the history
  • Loading branch information
jacker92 authored Feb 22, 2021
1 parent 91649c1 commit 3b16378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ The projectsToTest property is an array of items with these properties:
|Property|Example|Description|
|---|---|---|
|csProjPath|`D:\Source\SolutionFolder\src\ProjectFolder\project.csproj`|FilePath of the project file to mutate|
|testPath|`D:\Source\SolutionFolder\test\ProjectFolder-Tests\project.csproj`|FilePath of the test folder to run the tests in|
|testPath|`D:\Source\SolutionFolder\test\ProjectFolder-Tests\`|FilePath of the test folder to run the tests in|

0 comments on commit 3b16378

Please sign in to comment.