Skip to content

Commit

Permalink
refs
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Dec 10, 2023
1 parent 545af38 commit 05d73b5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion docs/ApprovalTests/ReportersGettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ DiffTools can be a great way to approve most text files (just copy everything to
The `ClipboardReporter` or `AllFailingTestsClipboardReporter` can be useful in these cases. Writing the command line text to move the files to your clipboard so you can paste them into your terminal to approve the test.



---

[Back to User Guide](readme.md#top)
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ DiffTools can be a great way to approve most text files (just copy everything to
The `ClipboardReporter` or `AllFailingTestsClipboardReporter` can be useful in these cases. Writing the command line text to move the files to your clipboard so you can paste them into your terminal to approve the test.



---

[Back to User Guide](readme.md#top)
2 changes: 1 addition & 1 deletion src/ApprovalTests/ApprovalTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>
<Using Remove="System.Net.Http" />
<PackageReference Include="Polyfill" Version="1.33.0" PrivateAssets="all" />
<PackageReference Include="Polyfill" Version="1.33.2" PrivateAssets="all" />
<Compile Include="..\ApprovalUtilities\InternalsVisibleTo.cs" Link="InternalsVisibleTo.cs" />
<PackageReference Include="DiffEngine" Version="13.0.1" />
<PackageReference Include="EmptyFiles" Version="5.0.0" PrivateAssets="None" />
Expand Down

0 comments on commit 05d73b5

Please sign in to comment.