Assert windows are not leaking across tests
This commit is contained in:
Родитель
fb74f5576d
Коммит
217848ca52
|
@ -82,7 +82,10 @@ describe('browser-window module', function () {
|
|||
})
|
||||
|
||||
afterEach(function () {
|
||||
return closeWindow(w).then(function () { w = null })
|
||||
return closeWindow(w).then(function () {
|
||||
w = null
|
||||
assert.equal(BrowserWindow.getAllWindows().length, 1)
|
||||
})
|
||||
})
|
||||
|
||||
describe('BrowserWindow.close()', function () {
|
||||
|
|
Загрузка…
Ссылка в новой задаче