mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Revert "spec: Suppress the test that destroys WebContents in event listener"
This reverts commit b315eb83fd.
This commit is contained in:
@@ -590,12 +590,6 @@ describe('webContents module', function () {
|
||||
})
|
||||
|
||||
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
|
||||
|
||||
before(function (done) {
|
||||
|
||||
Reference in New Issue
Block a user