mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
Replace tooling-log instances with @kbn/dev-utils (#17324)
This commit is contained in:
parent
abd9ee9848
commit
0f49d67db3
15 changed files with 9 additions and 316 deletions
|
@ -22,10 +22,6 @@ function resolveKibanaPath(path) {
|
|||
return resolve(plugin.kibanaRoot, path);
|
||||
}
|
||||
|
||||
function createToolingLog(level) {
|
||||
return require(resolveKibanaPath('src/dev')).createToolingLog(level);
|
||||
}
|
||||
|
||||
function readFtrConfigFile(log, path, settingOverrides) {
|
||||
return require(resolveKibanaPath('src/functional_test_runner')).readConfigFile(log, path, settingOverrides);
|
||||
}
|
||||
|
@ -33,6 +29,5 @@ function readFtrConfigFile(log, path, settingOverrides) {
|
|||
module.exports = {
|
||||
babelRegister: babelRegister,
|
||||
resolveKibanaPath: resolveKibanaPath,
|
||||
createToolingLog: createToolingLog,
|
||||
readFtrConfigFile: readFtrConfigFile,
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue