From 54d4fd0eb6647f0f73af441bc8d8e45dff7f2599 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Mon, 19 Jan 2026 17:31:23 -0500 Subject: [PATCH] feat(configmanager): add test project --- .../GlobalUsings.cs | 3 +++ .../JdeScoping.ConfigManager.Tests.csproj | 21 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 NEW/tests/JdeScoping.ConfigManager.Tests/GlobalUsings.cs create mode 100644 NEW/tests/JdeScoping.ConfigManager.Tests/JdeScoping.ConfigManager.Tests.csproj diff --git a/NEW/tests/JdeScoping.ConfigManager.Tests/GlobalUsings.cs b/NEW/tests/JdeScoping.ConfigManager.Tests/GlobalUsings.cs new file mode 100644 index 0000000..b4b243b --- /dev/null +++ b/NEW/tests/JdeScoping.ConfigManager.Tests/GlobalUsings.cs @@ -0,0 +1,3 @@ +global using Xunit; +global using Shouldly; +global using NSubstitute; diff --git a/NEW/tests/JdeScoping.ConfigManager.Tests/JdeScoping.ConfigManager.Tests.csproj b/NEW/tests/JdeScoping.ConfigManager.Tests/JdeScoping.ConfigManager.Tests.csproj new file mode 100644 index 0000000..6fbb49e --- /dev/null +++ b/NEW/tests/JdeScoping.ConfigManager.Tests/JdeScoping.ConfigManager.Tests.csproj @@ -0,0 +1,21 @@ + + + net10.0 + enable + enable + false + true + + + + + + + + + + + + + +