From 998c55f50eac4a9d26577ec0a4e3c843d716cb26 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Fri, 10 Nov 2023 08:44:21 +0100 Subject: [PATCH] refactoring --- docs/SymptomsCausedByCOVIDLots/index.html | 1 + .../SymptomsCausedByCOVIDLots/js/DictUtils.js | 28 ++++++++++ .../js/SymptomVsSymptomChartDataProvider.js | 29 +---------- .../test/DictUtilsTest.js | 52 +++++++++++++++++++ .../SymptomVsSymptomChartDataProviderTest.js | 50 ------------------ .../test/index.test.html | 2 + 6 files changed, 84 insertions(+), 78 deletions(-) create mode 100644 docs/SymptomsCausedByCOVIDLots/js/DictUtils.js create mode 100644 docs/SymptomsCausedByCOVIDLots/test/DictUtilsTest.js diff --git a/docs/SymptomsCausedByCOVIDLots/index.html b/docs/SymptomsCausedByCOVIDLots/index.html index 0a876c8ce24..35a99d667a9 100644 --- a/docs/SymptomsCausedByCOVIDLots/index.html +++ b/docs/SymptomsCausedByCOVIDLots/index.html @@ -39,6 +39,7 @@ + + @@ -28,6 +29,7 @@ JsMockito.Integration.QUnit(); +