blob: 5343b9c4b35af863df4ac41f0fea8b42102bde58 [file] [log] [blame]
import { ChoroplethMapChartPlugin } from '../src';
describe('@superset-ui/plugin-chart-choropleth-map', () => {
it('exists', () => {
expect(ChoroplethMapChartPlugin).toBeDefined();
});
});