User Tools

Site Tools


qunit

QUnit

Snippet from Wikipedia: QUnit

QUnit is a JavaScript unit testing framework. Originally developed for testing jQuery, jQuery UI and jQuery Mobile, it is a generic framework for testing any JavaScript code. It supports client-side environments in web browsers, and server-side (e.g. Node.js).

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

qunit.txt · Last modified: 2024/04/28 03:27 (external edit)