Revert "spec: Suppress the test that destroys WebContents in event listener"
This reverts commit b315eb83fd
.
This commit is contained in:
parent
3d5acdf682
commit
210652ed54
1 changed files with 0 additions and 6 deletions
|
@ -590,12 +590,6 @@ describe('webContents module', function () {
|
||||||
})
|
})
|
||||||
|
|
||||||
describe('destroy()', () => {
|
describe('destroy()', () => {
|
||||||
// Destroying webContents in its event listener is going to crash when
|
|
||||||
// Electron is built in Debug mode.
|
|
||||||
if (process.platform !== 'darwin') {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
let server
|
let server
|
||||||
|
|
||||||
before(function (done) {
|
before(function (done) {
|
||||||
|
|
Loading…
Reference in a new issue