diff --git a/CHANGELOG.md b/CHANGELOG.md index f6e5df9a..8bce2ed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel, - Added custom-properties for gaps around body and between modules - Added test case for recurring calendar events - Added new Environment Canada provider for default WEATHER module (weather data for Canadian locations only) +- Added dev dependency jest, switching from mocha to jest ### Updated @@ -35,6 +36,8 @@ Special thanks to the following contributors: @B1gG, @codac, @ezeholz, @khassel, ### Removed +- switching from mocha to jest so removed following dev dependencies: chai, chai-as-promised, mocha, mocha-each, mocha-logger + ### Fixed - Fix calendar start function logging inconsistency.