fix eslint check

This commit is contained in:
Brian Gough 2019-10-02 16:34:15 +01:00
parent 1f861a6772
commit 0e14ad50db

View file

@ -11,7 +11,7 @@
*/
const sinon = require('sinon')
const chai = require('chai')
const { should, expect, assert } = chai
const { expect } = chai
const SandboxedModule = require('sandboxed-module')
const EventEmitter = require('events')