mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
init tests:
This patch propouse use the mocha for testing MagicMirror.
This commit is contained in:
@@ -415,3 +415,7 @@ Module.register = function (name, moduleDefinition) {
|
||||
Log.log("Module registered: " + name);
|
||||
Module.definitions[name] = moduleDefinition;
|
||||
};
|
||||
|
||||
exports._test = {
|
||||
cmpVersions: cmpVersions
|
||||
}
|
||||
|
Reference in New Issue
Block a user