🔧 Spec: Fix style issues
This commit is contained in:
parent
0278e380de
commit
9f0df695ca
13 changed files with 49 additions and 5 deletions
|
@ -10,6 +10,9 @@ const {BrowserWindow, ipcMain, protocol, session, webContents} = remote
|
|||
// and use Stream instances created in the browser process.
|
||||
const stream = remote.require('stream')
|
||||
|
||||
/* The whole protocol API doesn't use standard callbacks */
|
||||
/* eslint-disable standard/no-callback-literal */
|
||||
|
||||
describe('protocol module', () => {
|
||||
const protocolName = 'sp'
|
||||
const text = 'valar morghulis'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue