Pop report() off the stack (for better Flems output)
This commit is contained in:
parent
af35e4b446
commit
71de4fa6c9
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ else window.o = m()
|
|||
results = []
|
||||
start = new Date
|
||||
reporter = _reporter
|
||||
test(spec, [], [], report)
|
||||
test(spec, [], [], function() {setTimeout(report)})
|
||||
|
||||
function test(spec, pre, post, finalize) {
|
||||
pre = [].concat(pre, spec["__beforeEach"] || [])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue