Major updates for testing and grunt, jenkins tests are now powered by the jenkins.sh script in the scripts directory.
This commit is contained in:
@ -14,9 +14,7 @@ exports.make = function () {
|
||||
};
|
||||
|
||||
stubber.autoRelease = function (item) {
|
||||
if (item.restore && !~log.indexOf(item)) {
|
||||
log.push(item);
|
||||
}
|
||||
log.push(item);
|
||||
};
|
||||
|
||||
return stubber;
|
||||
|
||||
Reference in New Issue
Block a user