jQuery Team is announcing that QUnit with version number 1.19.0 is already available to download.
What is QUnit ?
QUnit is A JavaScript unit testing framework developed by the jQuery Team, a tool to help developers find bugs and debug their problematic code .
QUnit is the official unit testing tool used by the jQuery Team for the framework's core and various additional plugins.Besides specific jQuery code, QUnit can also test generic JavaScript code, including server-side JavaScript.This testing framework can be especially useful for regression testing, helping developers uncover new type of bugs as the codebase evolves.QUnit is similar to other unit testing frameworks (like JUnit) and is considered a part of the xUnit testing framework family.
This is changelog for QUnit version 1.19.0 :
- Assert: throws uses push method only
- Assert: Fix missing test on exported throws
- Assert: Implements notOk to assert falsy values
- Core: More graceful handling of AMD
You can read the complete changelog and also download this latest version on their homepage:
qunitjs.com