mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
👷 Fix the last broken test
This commit is contained in:
@@ -521,7 +521,9 @@ describe('app module', () => {
|
||||
})
|
||||
|
||||
after(function (done) {
|
||||
if (process.platform === 'win32') {
|
||||
if (process.platform !== 'win32') {
|
||||
done()
|
||||
} else {
|
||||
const protocolKey = new Winreg({
|
||||
hive: Winreg.HKCU,
|
||||
key: `\\Software\\Classes\\${protocol}`
|
||||
|
||||
Reference in New Issue
Block a user