namespace Terminal.Gui.ConfigurationTests; public class SettingsScopeTests { [Fact] public void Schema_Is_Correct () { // Arrange var settingsScope = new SettingsScope (); // Act // Assert Assert.Equal ("https://gui-cs.github.io/Terminal.GuiV2Docs/schemas/tui-config-schema.json", settingsScope.Schema); } }