@@ -1011,6 +1011,7 @@ getJasmineRequireObj().JsApiReporter = function() {
|
||||
|
||||
this.started = false;
|
||||
this.finished = false;
|
||||
this.runDetails = {};
|
||||
|
||||
this.jasmineStarted = function() {
|
||||
this.started = true;
|
||||
@@ -1020,8 +1021,9 @@ getJasmineRequireObj().JsApiReporter = function() {
|
||||
|
||||
var executionTime;
|
||||
|
||||
this.jasmineDone = function() {
|
||||
this.jasmineDone = function(runDetails) {
|
||||
this.finished = true;
|
||||
this.runDetails = runDetails;
|
||||
executionTime = timer.elapsed();
|
||||
status = 'done';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user