Add unittest for calendar module

Add unittest for 'getLocalSpecification' function.
This commit is contained in:
Bas van Wetten
2017-07-31 22:09:08 +02:00
parent 1eb10e3c22
commit e0414e4eb9
3 changed files with 85 additions and 29 deletions

View File

@@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Add `.vscode/` folder to `.gitignore` to keep custom Visual Studio Code config out of git.
- Add unit test the capitalizeFirstLetter function of newfeed module.
- Add new unit tests for function `shorten` in calendar module.
- Add new unit tests for function `getLocaleSpecification` in calendar module.
### Updated
- Changed 'default.js' - listen on all attached interfaces by default.