We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
That's the core of what it does now, though it also patches fake timer functionality in Sinon as well:
https://github.com/elwayman...
As Sinon continues to evolve, we'll track similar issues and include them in this addon, so that everyone gets the improvements for free in every project.
In all my apps I've just been putting
QUnit.testDone(function() {
sinon.restore();
});
in my test-helper.js. Does this addon provide any benefits over that?