Added first working version of unit tests

This commit is contained in:
Samer Albahra
2015-07-12 09:41:45 -05:00
parent 5190a65b77
commit 9cacab7deb
5 changed files with 1946 additions and 1 deletions

View File

@@ -61,3 +61,5 @@ new CronJob( "0 0 0 * * *", function() {
} );
} );
}, null, true, "UTC" );
exports.app = app;