From f7034e0722a0b235ca621041be458027d728ea4c Mon Sep 17 00:00:00 2001 From: mcmcgrath13 Date: Thu, 29 Oct 2020 17:36:06 -0400 Subject: [PATCH] fix: typo in test --- tests/unit/d-chart-heatmap.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/d-chart-heatmap.spec.js b/tests/unit/d-chart-heatmap.spec.js index 5282afe..e33b412 100644 --- a/tests/unit/d-chart-heatmap.spec.js +++ b/tests/unit/d-chart-heatmap.spec.js @@ -6,7 +6,7 @@ import ResizeObserver from '../__mocks__/ResizeObserver'; // eslint-disable-line let props = { id: 'heatmap', variable: 'temp', - variableLabel: 'Temperatuer (C)', + variableLabel: 'Temp. (C)', minWidth: 400, height: 300, x: 'month',