build tests

This commit is contained in:
Paul Schneider 2025-07-13 18:13:04 +01:00
commit 2ba13c7825
14 changed files with 209 additions and 1031 deletions

View file

@ -2,6 +2,7 @@ using System;
using Xunit;
using Xunit.Abstractions;
using Yavsc.Helpers;
using Yavsc.Server.Helpers;
namespace yavscTests
{