Find the word definition

Wikipedia
QUnit

QUnit is a JavaScript unit testing framework. While heavily used by the jQuery Project for testing jQuery, jQuery UI and jQuery Mobile, it is a generic framework to test any JavaScript code. It supports server-side (e.g. node.js) and client-side environments.

QUnit's assertion methods follow the CommonJS unit testing specification, which itself was influenced to some degree by QUnit.