[FTR] Refactor FTR to live under KBN-TEST (#42547)

Refactor the FTR to live under KBN-TEST . 

Next, refactor any and all files that the
FTR needs to live under KBN-TEST,
as needed.
This commit is contained in:
Tre 2019-08-06 15:35:16 -06:00 committed by GitHub
parent 479e971989
commit e62ec7c5ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
60 changed files with 228 additions and 223 deletions

View file

@ -18,6 +18,6 @@
*/
require('../src/setup_node_env');
require('../packages/kbn-test').startServersCli(
require('@kbn/test').startServersCli(
require.resolve('../test/functional/config.js'),
);