init tests:

This patch propouse use the mocha for testing MagicMirror.
This commit is contained in:
Rodrigo Ramírez Norambuena
2017-01-15 15:40:23 -03:00
parent a4cb53fdb4
commit 3a8d72db31
3 changed files with 29 additions and 1 deletions

View File

@@ -415,3 +415,7 @@ Module.register = function (name, moduleDefinition) {
Log.log("Module registered: " + name);
Module.definitions[name] = moduleDefinition;
};
exports._test = {
cmpVersions: cmpVersions
}