Browse Source

Fix failed devtools tests due to fs.statSyncNoException not working (#13584)

* Revert "spec: disable the i18nString test"

This reverts commit 86c79653de3ae8d4dbcf5f2dd4388b2f0bf3e633.

* update node to fix fs.statSyncNoException
Cheng Zhao 6 years ago
parent
commit
35b867ff7d
2 changed files with 2 additions and 3 deletions
  1. 1 2
      spec/api-browser-window-spec.js
  2. 1 1
      vendor/node

+ 1 - 2
spec/api-browser-window-spec.js

@@ -2819,8 +2819,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)')
             })

+ 1 - 1
vendor/node

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