2.16.0
Added
-
Core: New
QUnit.test.each()
method for data providers. (@ventuno) #1568 -
Core: New
failOnZeroTests
configuration option. (Brenden Palmer @brendenpalmer) -
Core: New
QUnit.reporters
interface. (Timo Tijhof) f8948c9 js-reporters#133This introduces support for using the
tap
reporter in a browser.
This was previously limited to the CLI.
Changed
- Assert: Indicate which test a drooling
assert.async()
callback came from. (Steve McClure @smcclure15) #1599