Add new unit tests

Add new unit tests for 'shorten' function in calendar module
This commit is contained in:
Bas van Wetten
2017-07-29 16:02:53 +02:00
parent bf24ee369f
commit 35e3b889c3
3 changed files with 56 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add `clientonly` script to start only the electron client for a remote server.
- Add symbol and color properties of event when `CALENDAR_EVENTS` notification is broadcasted from `default/calendar` module.
- Add `.vscode/` folder to `.gitignore` to keep custom Visual Studio Code config out of git
- Add new unit tests for function `shorten` in calendar module.
### Updated
- Changed 'default.js' - listen on all attached interfaces by default