Reorganize tests by API and service concerns
This commit is contained in:
7
RpgRoller.Tests/GlobalUsings.cs
Normal file
7
RpgRoller.Tests/GlobalUsings.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
global using System.Net;
|
||||
global using System.Net.Http;
|
||||
global using System.Net.Http.Json;
|
||||
global using Microsoft.AspNetCore.Mvc.Testing;
|
||||
global using RpgRoller.Contracts;
|
||||
global using RpgRoller.Domain;
|
||||
global using RpgRoller.Services;
|
||||
Reference in New Issue
Block a user