We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b1ac1 commit 373e8bdCopy full SHA for 373e8bd
1 file changed
src/AppInstallerCLIE2ETests/FeaturesCommand.cs
@@ -53,6 +53,7 @@ public void EnableExperimentalFeatures()
53
WinGetSettingsHelper.ConfigureFeature("experimentalCmd", true);
54
WinGetSettingsHelper.ConfigureFeature("directMSI", true);
55
WinGetSettingsHelper.ConfigureFeature("resume", true);
56
+ WinGetSettingsHelper.ConfigureFeature("fonts", true);
57
var result = TestCommon.RunAICLICommand("features", string.Empty);
58
Assert.True(result.StdOut.Contains("Enabled"));
59
}
0 commit comments