UNPKG
@mcdevsl/superset-ui
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
0.0.0
Superset UI
github.com/apache-superset/superset-ui
apache-superset/superset-ui
@mcdevsl/superset-ui
/
temporary-plugins
/
plugin-chart-choropleth-map
/
test
/
index.test.ts
8 lines
(6 loc)
•
205 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
ChoroplethMapChartPlugin
}
from
'../src'
;
describe
(
'@superset-ui/plugin-chart-choropleth-map'
,
() =>
{
it
(
'exists'
,
() =>
{
expect
(
ChoroplethMapChartPlugin
).
toBeDefined
(); }); });