test: remove stray console.log for test suite (#18078)

This commit is contained in:
Samuel Attard 2019-04-30 17:56:20 -07:00 committed by GitHub
parent 2616911f7a
commit aebad6fd21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')