kibana/x-pack/test/observability_api_integration/basic/config.ts
2020-05-14 16:23:38 +02:00

14 lines
513 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
import { createTestConfig } from '../common/config';
// eslint-disable-next-line import/no-default-export
export default createTestConfig({
license: 'basic',
name: 'X-Pack Observability API integration tests (basic)',
testFiles: [require.resolve('./tests')],
});