Skip to content

Commit

Permalink
Pop report() off the stack (for better Flems output)
Browse files Browse the repository at this point in the history
  • Loading branch information
pygy committed Nov 29, 2017
1 parent cd8c4f4 commit b517b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospec/ospec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"] || [])
Expand Down

0 comments on commit b517b12

Please sign in to comment.