docs/_posts/2014-08-08-qunit-1-15-0.md
Features heavily improved async testing!
assert argument in your test to get the full benefit of this. (Leo Balter) #374assert.ok() to include the exact received value.raises, same, and equals methods. Use throws, deepEqual, and equal instead.totalTests for total number of tests to QUnit.begin() data.QUnit.jsDump to QUnit.dump, the old name is kept as deprecated alias and may be removed later.assert.throws().