chore: switch to nunit for test framework

This commit is contained in:
Stevan Freeborn
2024-04-03 12:25:25 -05:00
parent 6e090f9b4b
commit 795d9df07a
3 changed files with 22 additions and 16 deletions
+1 -1
View File
@@ -1 +1 @@
global using Xunit;
global using NUnit.Framework;