Merge pull request #13591 from trop-bot/3-0-x-bp-fix-failed-devtools-tests-due-to-fs.statsyncnoexception-not-working--1531147212282

Backport (3-0-x) - Fix failed devtools tests due to fs.statSyncNoException not working
This commit is contained in:
John Kleinschmidt 2018-07-09 14:30:42 -04:00 committed by GitHub
commit f6ae438005
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

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

2
vendor/node vendored

@ -1 +1 @@
Subproject commit e61694e449e62e36dfe243d266e6313a0a043d5c
Subproject commit a782199c99b5716582791fe8145756fd5bcfde27