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)
|
w.loadURL(server.url)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
it('sets the content type header on multi part forms', function (done) {
|
it('sets the content type header on multi part forms', function (done) {
|
||||||
w.webContents.on('did-finish-load', () => {
|
w.webContents.on('did-finish-load', () => {
|
||||||
w.webContents.session.webRequest.onBeforeSendHeaders((details, callback) => {
|
w.webContents.session.webRequest.onBeforeSendHeaders((details, callback) => {
|
||||||
|
@ -279,7 +278,7 @@ describe('BrowserWindow module', function () {
|
||||||
w.loadURL(server.url)
|
w.loadURL(server.url)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
it('should support support base url for data urls', (done) => {
|
it('should support support base url for data urls', (done) => {
|
||||||
ipcMain.once('answer', function (event, test) {
|
ipcMain.once('answer', function (event, test) {
|
||||||
assert.equal(test, 'test')
|
assert.equal(test, 'test')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue