Add TestApiFactory for BDD testing setup and include API.Specs project in solution

This commit is contained in:
Aaron Po
2026-01-29 22:48:35 -05:00
parent 24b059ea3d
commit cf9f048daa
2 changed files with 21 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
<Solution>
<Folder Name="/API/" >
<Project Path="API/API.Core/API.Core.csproj"/>
<Project Path="API/API.Specs/API.Specs.csproj"/>
</Folder>
<Folder Name="/Database/">
<Project Path="Database/Database.Core/Database.Core.csproj" />