From 6f506c59a493ed4b04ae2a2ca82869baee8f506c Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 19 Apr 2026 03:05:29 +1000 Subject: [PATCH] feat: Enhance Electron test harness with preload script and CSP configuration --- test/electron/index.html | 1 + test/electron/main.js | 9 ++-- test/electron/package-lock.json | 1 + test/electron/preload.js | 31 ++++++++++++ test/electron/renderer.js | 87 +++++++++++++++++++++++---------- 5 files changed, 98 insertions(+), 31 deletions(-) create mode 100644 test/electron/preload.js diff --git a/test/electron/index.html b/test/electron/index.html index c70aa44..b5cae92 100644 --- a/test/electron/index.html +++ b/test/electron/index.html @@ -2,6 +2,7 @@ + @paarrot/plugin-manager — Electron Test