Skip to content

Commit 8288c22

Browse files
committed
Add experimental feature enable to source tests
1 parent 9c3fe12 commit 8288c22

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/AppInstallerCLIE2ETests/SourceCommand.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ namespace AppInstallerCLIE2ETests
1414
/// </summary>
1515
public class SourceCommand : BaseCommand
1616
{
17+
/// <summary>
18+
/// One time set up.
19+
/// </summary>
20+
[OneTimeSetUp]
21+
public void OneTimeSetup()
22+
{
23+
WinGetSettingsHelper.ConfigureFeature("sourceEdit", true);
24+
}
25+
1726
/// <summary>
1827
/// Test set up.
1928
/// </summary>

0 commit comments

Comments
 (0)