Fixes the UI testing wwwroot

This commit is contained in:
Paul Schneider 2026-06-14 20:05:01 +01:00
commit e137c3e2ff
10 changed files with 35 additions and 14 deletions

View file

@ -4,7 +4,7 @@ using Yavsc.Models;
using Xunit.Abstractions;
using Yavsc.Server.Models.IT.SourceCode;
using Microsoft.EntityFrameworkCore;
using isnd.tests;
using yavscTests.ServerFixtures;
using Yavsc.Server.Models.IT;
namespace yavscTests