Skip to content

Commit

Permalink
Fix jest test error
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Jan 16, 2020
1 parent 3e8d869 commit cef03ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@

export { Vis, VisParams } from 'ui/vis';
export { vislibColorMaps, colorSchemas, ColorSchemas } from 'ui/color_maps';
// @ts-ignore
export { getHeatmapColors } from 'ui/vislib/components/color/heatmap_color';
export { getHeatmapColors } from 'ui/color_maps';
export { getFormat } from 'ui/visualize/loader/pipeline_helpers/utilities';
export { VisOptionsProps } from 'ui/vis/editors/default';
// @ts-ignore
Expand Down

0 comments on commit cef03ae

Please sign in to comment.