diff --git a/types/heatmap.js/heatmap.js-tests.ts b/types/heatmap.js/heatmap.js-tests.ts index af0c021b3f..ca1d3ff604 100644 --- a/types/heatmap.js/heatmap.js-tests.ts +++ b/types/heatmap.js/heatmap.js-tests.ts @@ -18,10 +18,7 @@ declare const container: HTMLElement; { // $ExpectError - const config: h337.HeatmapConfiguration = { - container, - valueField: 'foo', - }; + const config: h337.HeatmapConfiguration = { container, valueField: 'foo' }; } {