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
+2 -1
View File
@@ -8,8 +8,9 @@
</PropertyGroup>
<ItemGroup>
<Using Include="Xunit" />
<Using Include="AwesomeAssertions" />
<Using Include="Moq" />
<Using Include="Xunit" />
</ItemGroup>
</Project>