Fix type failures

This commit is contained in:
Rudolf Meijering 2020-07-03 13:07:44 +02:00
parent 9f4f3fbce6
commit b62fadd3b3
2 changed files with 0 additions and 3 deletions

View file

@ -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';

View file

@ -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);