mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Fix type failures
This commit is contained in:
parent
9f4f3fbce6
commit
b62fadd3b3
2 changed files with 0 additions and 3 deletions
|
@ -4,8 +4,6 @@
|
|||
* you may not use this file except in compliance with the Elastic License.
|
||||
*/
|
||||
|
||||
import { resolve } from 'path';
|
||||
|
||||
import { FtrConfigProviderContext } from '@kbn/test/types/ftr';
|
||||
import { testRunner } from './runner';
|
||||
|
||||
|
|
|
@ -12,7 +12,6 @@ import { FtrProviderContext } from './../functional/ftr_provider_context';
|
|||
|
||||
export async function testRunner({ getService }: FtrProviderContext) {
|
||||
const log = getService('log');
|
||||
const config = getService('config');
|
||||
const es = getService('es');
|
||||
|
||||
const reporter = CiStatsReporter.fromEnv(log);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue