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 Feb 5, 2017
1 parent e1bcf65 commit 0c053bb
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 @@ -157,6 +157,7 @@ describe(`electron-forge API (with installer=${installer.substr(12)})`, () => {
packageJSON.name = 'testapp';
packageJSON.productName = 'Test App';
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));
});
Expand Down

0 comments on commit 0c053bb

Please sign in to comment.