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 3d7a38e commit 83e467dCopy full SHA for 83e467d
src/legacy/core_plugins/kibana/public/__tests__/vis_type_vega/vega_visualization.js
@@ -21,6 +21,9 @@ import Bluebird from 'bluebird';
21
import expect from '@kbn/expect';
22
import ngMock from 'ng_mock';
23
import $ from 'jquery';
24
+
25
+import 'leaflet/dist/leaflet.js';
26
+import 'leaflet-vega';
27
// Will be replaced with new path when tests are moved
28
// eslint-disable-next-line @kbn/eslint/no-restricted-paths
29
import { createVegaVisualization } from '../../../../../../plugins/vis_type_vega/public/vega_visualization';
0 commit comments