test(commons): scaffold Commons.Tests project

This commit is contained in:
Joseph Doherty
2026-06-10 07:38:57 -04:00
parent 084c8a28e7
commit 26bccd82e0
3 changed files with 35 additions and 0 deletions
@@ -0,0 +1,10 @@
using Shouldly;
using Xunit;
namespace ZB.MOM.WW.OtOpcUa.Commons.Tests;
public class ScaffoldSmokeTests
{
[Fact]
public void Project_builds() => true.ShouldBeTrue();
}