👷 Fix the last broken test
This commit is contained in:
parent
bf043c92af
commit
bd4c7a114a
1 changed files with 3 additions and 1 deletions
|
@ -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}`
|
||||
|
|
Loading…
Reference in a new issue