mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
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!
11 lines
505 B
JavaScript
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()
|