Pop report() off the stack (for better Flems output)

This commit is contained in:
Pierre-Yves Gérardy 2017-11-29 21:50:34 +01:00
parent af35e4b446
commit 71de4fa6c9

View file

@ -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"] || [])