Skip to content

Commit

Permalink
Set homepage in tests as well
Browse files Browse the repository at this point in the history
Working around bug in electron-installer-redhat
(see: electron-userland/electron-installer-redhat#45).
  • Loading branch information
malept committed Mar 8, 2017
1 parent 0bc8185 commit df16202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/slow/api_spec_slow.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ describe(`electron-forge API (with installer=${installer.substr(12)})`, () => {
packageJSON.productName = 'Test App';
packageJSON.config.forge.electronPackagerConfig.asar = false;
packageJSON.config.forge.windowsStoreConfig.packageName = 'TestApp';
packageJSON.homepage = 'http://www.example.com/';
packageJSON.author = 'Test Author';
await fs.writeFile(path.resolve(dir, 'package.json'), JSON.stringify(packageJSON, null, 2));
});
Expand Down

0 comments on commit df16202

Please sign in to comment.