Skip to content

Commit c8583e7

Browse files
committed
avoid using typescript specific import paths
1 parent 78e261a commit c8583e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kbn-test/src/functional_test_runner/lib/snapshots/decorate_snapshot_ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import expect from '@kbn/expect';
2828
import prettier from 'prettier';
2929
import babelTraverse from '@babel/traverse';
3030
import { flatten, once } from 'lodash';
31-
import { Lifecycle } from 'packages/kbn-test/types/ftr';
31+
import { Lifecycle } from '../lifecycle';
3232
import { Test, Suite } from '../../fake_mocha_types';
3333

3434
type ISnapshotState = InstanceType<typeof SnapshotState>;

0 commit comments

Comments
 (0)