jasmine.Env should always have a reporter now, no need to check.
This commit is contained in:
@@ -28,9 +28,7 @@ jasmine.Suite.prototype.getFullName = function() {
|
||||
};
|
||||
|
||||
jasmine.Suite.prototype.finishCallback = function() {
|
||||
if (this.env.reporter) {
|
||||
this.env.reporter.reportSuiteResults(this);
|
||||
}
|
||||
this.env.reporter.reportSuiteResults(this);
|
||||
};
|
||||
|
||||
jasmine.Suite.prototype.beforeEach = function(beforeEachFunction) {
|
||||
|
||||
Reference in New Issue
Block a user