QUnit.config.collapse, small bug?

QUnit.config.collapse, small bug?

I find that QUnit.config.collapse does not work exactly as documented.


When 'false' all failed tests collapse. When 'true', the first failed test is not collapsed.


v. 1.20.0

This is the statement at the top of my js testing unit:

QUnit.config.collapse = true;