opnsense-ports/devel/electron32/files/patch-electron_spec_api-native-image-spec.ts
Franco Fichtner fd3bf1794a */*: sync with upstream
Taken from: FreeBSD
2024-09-23 09:02:17 +02:00

11 lines
565 B
TypeScript

--- electron/spec/api-native-image-spec.ts.orig 2024-06-24 09:53:23 UTC
+++ electron/spec/api-native-image-spec.ts
@@ -425,7 +425,7 @@ describe('nativeImage module', () => {
});
});
- ifdescribe(process.platform !== 'linux')('createThumbnailFromPath(path, size)', () => {
+ ifdescribe(process.platform !== 'linux' && process.platform !== 'freebsd')('createThumbnailFromPath(path, size)', () => {
useRemoteContext({ webPreferences: { contextIsolation: false, nodeIntegration: true } });
it('throws when invalid size is passed', async () => {