Merge branch 'seed-reporting' of https://github.com/sgravrock/jasmine into sgravrock-seed-reporting

- Merges #1348 from @sgravrock
This commit is contained in:
Gregg Van Hove
2017-05-23 14:11:53 -07:00
3 changed files with 40 additions and 6 deletions

View File

@@ -258,7 +258,8 @@ getJasmineRequireObj().Env = function(j$) {
}
reporter.jasmineStarted({
totalSpecsDefined: totalSpecsDefined
totalSpecsDefined: totalSpecsDefined,
order: order
});
currentlyExecutingSuites.push(topSuite);