Generate combined file with new version numbers
This commit is contained in:
@@ -368,7 +368,7 @@ jasmineRequire.HtmlReporter = function(j$) {
|
||||
if (result && result.deprecationWarnings) {
|
||||
for(var i = 0; i < result.deprecationWarnings.length; i++) {
|
||||
var warning = result.deprecationWarnings[i].message;
|
||||
if (deprecationWarnings.indexOf(warning) < 0) {
|
||||
if (!j$.util.arrayContains(warning)) {
|
||||
deprecationWarnings.push(warning);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5580,5 +5580,5 @@ getJasmineRequireObj().UserContext = function(j$) {
|
||||
};
|
||||
|
||||
getJasmineRequireObj().version = function() {
|
||||
return '2.9.1';
|
||||
return '2.99.0';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user