mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-23 18:00:26 +00:00
fix(scenario): emit RunnerBegin event
This commit is contained in:
parent
e741107c55
commit
bf873d6f02
1 changed files with 3 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ angular.scenario.ObjectModel = function(runner) {
|
|||
self.emit('StepError', it, modelStep, error);
|
||||
});
|
||||
|
||||
runner.on('RunnerBegin', function() {
|
||||
self.emit('RunnerBegin');
|
||||
});
|
||||
runner.on('RunnerEnd', function() {
|
||||
self.emit('RunnerEnd');
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue