[ADF-3692] Add task details tests (#3905)

* Add task details tests

* Resolve lint issues

* Resolve lint errors

* Fix lint errors

* fix spellcheck

* Fixing a constant name
This commit is contained in:
cristinaj
2018-10-24 09:53:00 +03:00
committed by Eugenio Romano
parent e39a2b149b
commit 85c022730b
6 changed files with 412 additions and 83 deletions

View File

@@ -78,11 +78,13 @@ exports.TASK_DETAILS = {
NO_FORM: 'No form',
NO_PARENT: 'No parent',
NO_DATE: 'No date',
NO_CATEGORY: 'No category'
NO_CATEGORY: 'No category',
NO_DESCRIPTION: 'No description'
};
exports.TASK_STATUS = {
RUNNING: 'Running'
RUNNING: 'Running',
COMPLETED: 'Completed'
};
exports.THEMING = {