We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b209d66 commit 9cce764Copy full SHA for 9cce764
x-pack/legacy/plugins/canvas/public/state/middleware/__tests__/workpad_autoplay.test.ts
@@ -10,6 +10,7 @@ jest.mock('../../../lib/router_provider');
10
import { workpadAutoplay } from '../workpad_autoplay';
11
import { setAutoplayInterval } from '../../../lib/app_state';
12
import { createTimeInterval } from '../../../lib/time_interval';
13
+// @ts-ignore Untyped local
14
import { routerProvider } from '../../../lib/router_provider';
15
16
const next = jest.fn();
0 commit comments