Files
AdamuSw/tests/SharedTestUsings.cs
2026-07-14 19:00:35 +03:00

10 lines
276 B
C#

// <copyright file="SharedTestUsings.cs" company="MUnique">
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
// </copyright>
#pragma warning disable SA1200
global using NUnit.Framework;
#pragma warning restore SA1200