Remove unused constant

This commit is contained in:
Kevin Sawicki 2017-06-06 15:19:29 -07:00
parent 7d2226e05e
commit d2d28c42f1

View file

@ -6,7 +6,6 @@ const {ipcRenderer, remote} = require('electron')
const {app, session, getGuestWebContents, ipcMain, BrowserWindow, webContents} = remote
const {closeWindow} = require('./window-helpers')
const isCI = remote.getGlobal('isCi')
const nativeModulesEnabled = remote.getGlobal('nativeModulesEnabled')
describe('<webview> tag', function () {