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 77285a2 commit 8f8e7ecCopy full SHA for 8f8e7ec
x-pack/plugins/drilldowns/url_drilldown/public/lib/url_drilldown.test.ts
@@ -8,6 +8,7 @@ import { IExternalUrl } from 'src/core/public';
8
import { UrlDrilldown, ActionContext, Config } from './url_drilldown';
9
import { IEmbeddable } from '../../../../../../src/plugins/embeddable/public/lib/embeddables';
10
import { DatatableColumnType } from '../../../../../../src/plugins/expressions/common';
11
+import { of } from '../../../../../../src/plugins/kibana_utils';
12
import { createPoint, rowClickData, TestEmbeddable } from './test/data';
13
import {
14
VALUE_CLICK_TRIGGER,
0 commit comments