web-preferences -> webPreferences

This commit is contained in:
Kevin Sawicki 2017-05-24 11:30:59 -07:00
parent f5cf6d4ddd
commit e735aa7dee
2 changed files with 2 additions and 2 deletions

View file

@ -854,7 +854,7 @@ describe('BrowserWindow module', function () {
})
})
describe('"web-preferences" option', function () {
describe('"webPreferences" option', function () {
afterEach(function () {
ipcMain.removeAllListeners('answer')
})