Add task route tests

This commit is contained in:
Girish Ramakrishnan
2018-12-10 21:42:03 -08:00
parent 1277da8bfe
commit f9add21899
4 changed files with 161 additions and 2 deletions
+1
View File
@@ -22,6 +22,7 @@ exports = module.exports = {
_TASK_IDENTITY: '_identity',
_TASK_CRASH: '_crash',
_TASK_ERROR: '_error',
_TASK_SLEEP: '_sleep'
};
let assert = require('assert'),