namespace FamilyNido.Tests; /// Smoke test to keep the project compiling. Real tests land with each module. public sealed class SolutionSmokeTests { /// Sanity check that xUnit is wired up. [Fact] public void Xunit_Is_Wired() => Assert.True(true); }