mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-15 04:34:56 +00:00
Implement basic unit test infrastructure with abstraction patterns
Co-authored-by: ngenovese11 <23391587+ngenovese11@users.noreply.github.com>
This commit is contained in:
5
tests/PepperDash.Essentials.Core.Tests/GlobalUsings.cs
Normal file
5
tests/PepperDash.Essentials.Core.Tests/GlobalUsings.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
global using Xunit;
|
||||
global using Moq;
|
||||
global using System;
|
||||
global using System.Collections.Generic;
|
||||
global using System.Linq;
|
||||
Reference in New Issue
Block a user