spec: Fix js lint warning
This commit is contained in:
parent
e653c67153
commit
749ed3473b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ const path = require('path')
|
|||
const fs = require('fs')
|
||||
|
||||
const {ipcRenderer, remote} = require('electron')
|
||||
const {ipcMain, session, webContents, BrowserWindow} = remote
|
||||
const {ipcMain, session, BrowserWindow} = remote
|
||||
|
||||
describe('session module', function () {
|
||||
this.timeout(10000)
|
||||
|
|
Loading…
Reference in a new issue