Files
elasticsearch-js/test/utils/index.js
2019-07-22 12:15:00 +02:00

16 lines
425 B
JavaScript

// Licensed to Elasticsearch B.V under one or more agreements.
// Elasticsearch B.V licenses this file to you under the Apache 2.0 License.
// See the LICENSE file in the project root for more information
'use strict'
const buildServer = require('./buildServer')
const buildCluster = require('./buildCluster')
const connection = require('./MockConnection')
module.exports = {
buildServer,
buildCluster,
connection
}