kibana/x-pack/scripts/functional_tests_server.js
2019-12-13 23:17:13 -07:00

11 lines
439 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;
* you may not use this file except in compliance with the Elastic License.
*/
process.env.ALLOW_PERFORMANCE_HOOKS_IN_TASK_MANAGER = true;
require('@kbn/plugin-helpers').babelRegister();
require('@kbn/test').startServersCli(require.resolve('../test/functional/config.js'));