docs/_posts/2021-06-06-qunit-2-16-0.md
Improve accessibility, introduce data providers, and fix bugs.
Thanks to our contributors!
Core: New QUnit.test.each() method to test with data providers. (Ventuno) #1568
Core: New failOnZeroTests configuration option. (Brenden Palmer)
Core: New QUnit.reporters interface. (Timo Tijhof) f8948c9 js-reporters#133
This introduces support for using the tap reporter in a browser.
This was previously limited to the CLI.
assert.async() callback came from. (Steve McClure) #1599QUnit.module.only() regression where some unrelated modules also executed. (Steve McClure) #1610