Skip to content

Commit

Permalink
avoid using typescript specific import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 18, 2020
1 parent 78e261a commit c8583e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import expect from '@kbn/expect';
import prettier from 'prettier';
import babelTraverse from '@babel/traverse';
import { flatten, once } from 'lodash';
import { Lifecycle } from 'packages/kbn-test/types/ftr';
import { Lifecycle } from '../lifecycle';
import { Test, Suite } from '../../fake_mocha_types';

type ISnapshotState = InstanceType<typeof SnapshotState>;
Expand Down

0 comments on commit c8583e7

Please sign in to comment.