using standard javascript

This commit is contained in:
xaviergonz 2017-05-02 20:23:13 +02:00 committed by Cheng Zhao
parent 0301961c25
commit 0d69738bd6

View file

@ -1278,7 +1278,7 @@ describe('BrowserWindow module', function () {
const currentWebContents = webContents.getAllWebContents().map((i) => i.id) const currentWebContents = webContents.getAllWebContents().map((i) => i.id)
assert.deepEqual(currentWebContents, initialWebContents) assert.deepEqual(currentWebContents, initialWebContents)
done() done()
}, 100); }, 100)
}) })
w.loadURL('file://' + path.join(fixtures, 'pages', 'window-open.html')) w.loadURL('file://' + path.join(fixtures, 'pages', 'window-open.html'))
}) })