test: add moq and code coverage support to test suite

This commit is contained in:
Stevan Freeborn
2026-02-03 04:38:40 -06:00
parent b05cc06dff
commit a7eafa4966
4 changed files with 14 additions and 1 deletions
@@ -8,9 +8,12 @@
<ItemGroup>
<PackageReference Include="AwesomeAssertions" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" />
<PackageReference Include="Moq" />
<PackageReference Include="xunit.v3.mtp-v2" />
</ItemGroup>
<ItemGroup>
<Content Include="xunit.runner.json" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>