mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
test: remove stray console.log for test suite (#18078)
This commit is contained in:
@@ -1333,7 +1333,6 @@ describe('BrowserWindow module', () => {
|
||||
const leakResult = emittedOnce(ipcMain, 'leak-result')
|
||||
w.loadFile(path.join(fixtures, 'api', 'no-leak.html'))
|
||||
const [, result] = await leakResult
|
||||
console.log(result)
|
||||
expect(result).to.have.property('require', 'undefined')
|
||||
expect(result).to.have.property('exports', 'undefined')
|
||||
expect(result).to.have.property('windowExports', 'undefined')
|
||||
|
||||
Reference in New Issue
Block a user