ports/devel/electron4/files/patch-electron_spec_api-auto-updater-spec.js
Luca Pizzamiglio 2f40d531c4 devel/electron4: Add electron 4.2.2
Finally, after a long wait, an electron port for FreeBSD lands in the
portstree.

A huge thanks to everyone contributed to this huge effort and to the
maintainer that is willing to take the burden of the maintainership!
2019-05-28 09:12:02 +00:00

11 lines
505 B
JavaScript

--- electron/spec/api-auto-updater-spec.js.orig 2019-05-14 02:12:26 UTC
+++ electron/spec/api-auto-updater-spec.js
@@ -140,7 +140,7 @@ describe('autoUpdater module', function () {
describe('error event', () => {
it('serializes correctly over the remote module', function (done) {
- if (process.platform === 'linux') {
+ if (process.platform === 'linux' || process.platform === 'freebsd') {
// FIXME(alexeykuzmin): Skip the test.
// this.skip()
return done()