kibana/x-pack/test/stack_functional_integration/services/index.js
Spencer f466ebf1a3
[esArchiver] drop support for --dir, use repo-relative paths instead (#101345)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2021-06-08 17:37:42 -04:00

14 lines
481 B
JavaScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
import { services as xpackFunctionalServices } from '../../functional/services';
import { EsArchiverProvider } from './es_archiver';
export const services = {
...xpackFunctionalServices,
esArchiver: EsArchiverProvider,
};