change test structure, create elasticsearch fixture
This commit is contained in:
6
test/fixtures/elasticsearch.js
vendored
Normal file
6
test/fixtures/elasticsearch.js
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
function Client() {}
|
||||
Client.prototype.index = function () {};
|
||||
|
||||
export default {
|
||||
Client: Client
|
||||
};
|
||||
Reference in New Issue
Block a user