test: remove stray console.log for test suite (#18078)
This commit is contained in:
parent
2616911f7a
commit
aebad6fd21
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue