mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
[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:
parent
479e971989
commit
e62ec7c5ec
60 changed files with 228 additions and 223 deletions
|
@ -18,6 +18,6 @@
|
|||
*/
|
||||
|
||||
require('../src/setup_node_env');
|
||||
require('../packages/kbn-test').startServersCli(
|
||||
require('@kbn/test').startServersCli(
|
||||
require.resolve('../test/functional/config.js'),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue