🔧 Spec: Fix style issues

This commit is contained in:
Felix Rieseberg 2017-11-23 14:22:43 -08:00
parent 0278e380de
commit 9f0df695ca
13 changed files with 49 additions and 5 deletions

View file

@ -4,6 +4,9 @@ const qs = require('querystring')
const remote = require('electron').remote
const session = remote.session
/* The whole webRequest API doesn't use standard callbacks */
/* eslint-disable standard/no-callback-literal */
describe('webRequest module', () => {
const ses = session.defaultSession
const server = http.createServer((req, res) => {