Skip to content

Commit

Permalink
unit test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdisaster committed Apr 22, 2020
1 parent 17274d9 commit 9606b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/creator-spec.ts
Expand Up @@ -422,7 +422,7 @@ test('MSICreator create() shortcut name override', async () => {
testIncludes('Custom shortcut name', '<Shortcut Id="ApplicationStartMenuShortcut" Name="BeepBeep"');

testIncludes('Install path property', '<Property Id="INSTALLPATH">');
testIncludes('Install RegistrySearch', '<RegistrySearch Key="SOFTWARE\\Acme Technologies\\Acme" Root="HKLM" Type="raw" Id="INSTALLPATH_REGSEARCH" Name="InstallPath" />');
testIncludes('Install RegistrySearch', '<RegistrySearch Key="SOFTWARE\\Acme Technologies\\Acme"');
testIncludes('RegistryInstallPath component', '<Component Id="RegistryInstallPath"');
testIncludes('RegistryInstallPath component-ref', '<ComponentRef Id="RegistryInstallPath" />');
testIncludes('PurgeOnUninstall component', '<Component Id="PurgeOnUninstall" ');
Expand Down

0 comments on commit 9606b21

Please sign in to comment.