mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 18:46:38 -04:00
Changelog: https://github.com/electron/electron/releases/tag/v32.2.6 Reported by: GitHub (watch releases)
11 lines
584 B
TypeScript
11 lines
584 B
TypeScript
--- electron/spec/visibility-state-spec.ts.orig 2024-11-27 18:42:14 UTC
|
|
+++ electron/spec/visibility-state-spec.ts
|
|
@@ -12,7 +12,7 @@ import { closeWindow } from './lib/window-helpers';
|
|
|
|
// visibilityState specs pass on linux with a real window manager but on CI
|
|
// the environment does not let these specs pass
|
|
-ifdescribe(process.platform !== 'linux')('document.visibilityState', () => {
|
|
+ifdescribe(process.platform !== 'linux' && process.platform !== 'freebsd')('document.visibilityState', () => {
|
|
let w: BaseWindow & {webContents: WebContents};
|
|
|
|
afterEach(async () => {
|