🔧 Spec: Fix style issues
This commit is contained in:
parent
0278e380de
commit
9f0df695ca
13 changed files with 49 additions and 5 deletions
|
@ -4,6 +4,9 @@ const {closeWindow} = require('./window-helpers')
|
|||
const {remote, webFrame} = require('electron')
|
||||
const {BrowserWindow, protocol, ipcMain} = remote
|
||||
|
||||
/* Most of the APIs here don't use standard callbacks */
|
||||
/* eslint-disable standard/no-callback-literal */
|
||||
|
||||
describe('webFrame module', function () {
|
||||
var fixtures = path.resolve(__dirname, 'fixtures')
|
||||
var w = null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue