Assert duplicate objects are supported
This commit is contained in:
parent
1944fdc962
commit
fd23c7bf76
2 changed files with 6 additions and 0 deletions
|
@ -277,6 +277,11 @@ describe('chromium feature', function () {
|
||||||
hello: {
|
hello: {
|
||||||
world: true
|
world: true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
baz2: {
|
||||||
|
hello: {
|
||||||
|
world: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
done()
|
done()
|
||||||
|
|
|
@ -242,6 +242,7 @@ ipcMain.on('create-window-with-options-cycle', (event) => {
|
||||||
world: true
|
world: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
foo.baz2 = foo.baz
|
||||||
const window = new BrowserWindow({show: false, foo: foo})
|
const window = new BrowserWindow({show: false, foo: foo})
|
||||||
event.returnValue = window.id
|
event.returnValue = window.id
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue