CB-5971: Add unit tests to cordova-android

This commit is contained in:
Ian Clelland
2014-06-24 13:50:00 -04:00
parent ff260c03ca
commit bb141a70e8
3 changed files with 93 additions and 0 deletions
+4
View File
@@ -288,3 +288,7 @@ exports.updateProject = function(projectPath) {
});
};
// For testing
exports.validatePackageName = validatePackageName;
exports.validateProjectName = validateProjectName;