Skip to content

Commit 9cce764

Browse files
author
Corey Robertson
committed
Fix typecheck
1 parent b209d66 commit 9cce764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/legacy/plugins/canvas/public/state/middleware/__tests__/workpad_autoplay.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jest.mock('../../../lib/router_provider');
1010
import { workpadAutoplay } from '../workpad_autoplay';
1111
import { setAutoplayInterval } from '../../../lib/app_state';
1212
import { createTimeInterval } from '../../../lib/time_interval';
13+
// @ts-ignore Untyped local
1314
import { routerProvider } from '../../../lib/router_provider';
1415

1516
const next = jest.fn();

0 commit comments

Comments
 (0)