test: add moq and code coverage support to test suite

This commit is contained in:
Stevan Freeborn
2026-02-02 13:18:28 -06:00
parent 178f03459b
commit abc6a7655e
4 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -8,8 +8,9 @@
</PropertyGroup>
<ItemGroup>
<Using Include="Xunit" />
<Using Include="AwesomeAssertions" />
<Using Include="Moq" />
<Using Include="Xunit" />
</ItemGroup>
</Project>