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:
commit
f6ae438005
2 changed files with 2 additions and 3 deletions
|
@ -2802,8 +2802,7 @@ describe('BrowserWindow module', () => {
|
||||||
expect(this.message).to.have.own.property('tabId')
|
expect(this.message).to.have.own.property('tabId')
|
||||||
expect(this.message.tabId).to.equal(w.webContents.id)
|
expect(this.message.tabId).to.equal(w.webContents.id)
|
||||||
})
|
})
|
||||||
// TODO(zcbena): [Ch66] Enable the tests.
|
it('has "i18nString" with proper contents', function () {
|
||||||
xit('has "i18nString" with proper contents', function () {
|
|
||||||
expect(this.message).to.have.own.property('i18nString')
|
expect(this.message).to.have.own.property('i18nString')
|
||||||
expect(this.message.i18nString).to.equal('foo - bar (baz)')
|
expect(this.message.i18nString).to.equal('foo - bar (baz)')
|
||||||
})
|
})
|
||||||
|
|
2
vendor/node
vendored
2
vendor/node
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit e61694e449e62e36dfe243d266e6313a0a043d5c
|
Subproject commit a782199c99b5716582791fe8145756fd5bcfde27
|
Loading…
Reference in a new issue