Remove unused constant
This commit is contained in:
parent
7d2226e05e
commit
d2d28c42f1
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ const {ipcRenderer, remote} = require('electron')
|
||||||
const {app, session, getGuestWebContents, ipcMain, BrowserWindow, webContents} = remote
|
const {app, session, getGuestWebContents, ipcMain, BrowserWindow, webContents} = remote
|
||||||
const {closeWindow} = require('./window-helpers')
|
const {closeWindow} = require('./window-helpers')
|
||||||
|
|
||||||
const isCI = remote.getGlobal('isCi')
|
|
||||||
const nativeModulesEnabled = remote.getGlobal('nativeModulesEnabled')
|
const nativeModulesEnabled = remote.getGlobal('nativeModulesEnabled')
|
||||||
|
|
||||||
describe('<webview> tag', function () {
|
describe('<webview> tag', function () {
|
||||||
|
|
Loading…
Add table
Reference in a new issue