clean up mock includes

This commit is contained in:
2016-04-22 17:14:25 -07:00
parent 47eaebf8c6
commit fd1ebd3a33
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import events from 'events';
import expect from 'expect.js';
import sinon from 'sinon';
import * as elasticsearchMock from '../fixtures/elasticsearch';
import elasticsearchMock from '../fixtures/elasticsearch';
import Elastique from '../../lib/index';
describe('Elastique class', function () {