diff --git a/spec/api-browser-window-spec.js b/spec/api-browser-window-spec.js index dcbf41d97204..b3137b023f79 100644 --- a/spec/api-browser-window-spec.js +++ b/spec/api-browser-window-spec.js @@ -2802,8 +2802,7 @@ describe('BrowserWindow module', () => { expect(this.message).to.have.own.property('tabId') expect(this.message.tabId).to.equal(w.webContents.id) }) - // TODO(zcbena): [Ch66] Enable the tests. - xit('has "i18nString" with proper contents', function () { + it('has "i18nString" with proper contents', function () { expect(this.message).to.have.own.property('i18nString') expect(this.message.i18nString).to.equal('foo - bar (baz)') }) diff --git a/vendor/node b/vendor/node index e61694e449e6..a782199c99b5 160000 --- a/vendor/node +++ b/vendor/node @@ -1 +1 @@ -Subproject commit e61694e449e62e36dfe243d266e6313a0a043d5c +Subproject commit a782199c99b5716582791fe8145756fd5bcfde27