move constants to lib root
This commit is contained in:
2
test/fixtures/elasticsearch.js
vendored
2
test/fixtures/elasticsearch.js
vendored
@@ -1,6 +1,6 @@
|
||||
import { uniqueId, times, random } from 'lodash';
|
||||
import elasticsearch from 'elasticsearch';
|
||||
import constants from '../../lib/helpers/constants';
|
||||
import constants from '../../lib/constants';
|
||||
|
||||
function Client() {
|
||||
this.indices = {
|
||||
|
||||
Reference in New Issue
Block a user