Fixed js lint issues.
This commit is contained in:
parent
370562b129
commit
d75db0ea1a
1 changed files with 1 additions and 2 deletions
|
@ -256,7 +256,6 @@ describe('BrowserWindow module', function () {
|
|||
w.loadURL(server.url)
|
||||
})
|
||||
|
||||
|
||||
it('sets the content type header on multi part forms', function (done) {
|
||||
w.webContents.on('did-finish-load', () => {
|
||||
w.webContents.session.webRequest.onBeforeSendHeaders((details, callback) => {
|
||||
|
@ -279,7 +278,7 @@ describe('BrowserWindow module', function () {
|
|||
w.loadURL(server.url)
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
it('should support support base url for data urls', (done) => {
|
||||
ipcMain.once('answer', function (event, test) {
|
||||
assert.equal(test, 'test')
|
||||
|
|
Loading…
Add table
Reference in a new issue