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 = []
|
results = []
|
||||||
start = new Date
|
start = new Date
|
||||||
reporter = _reporter
|
reporter = _reporter
|
||||||
test(spec, [], [], report)
|
test(spec, [], [], function() {setTimeout(report)})
|
||||||
|
|
||||||
function test(spec, pre, post, finalize) {
|
function test(spec, pre, post, finalize) {
|
||||||
pre = [].concat(pre, spec["__beforeEach"] || [])
|
pre = [].concat(pre, spec["__beforeEach"] || [])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue