# qunit **Repository Path**: mirrors_jquery/qunit ## Basic Information - **Project Name**: qunit - **Description**: 🔮 An easy-to-use JavaScript unit testing framework. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-31 - **Last Updated**: 2026-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

QUnit

[![Continuous integration](https://github.com/qunitjs/qunit/actions/workflows/CI.yaml/badge.svg)](https://github.com/qunitjs/qunit/actions/workflows/CI.yaml) [![Test coverage](https://coveralls.io/repos/qunitjs/qunit/badge.svg)](https://coveralls.io/github/qunitjs/qunit) [![Tested with QUnit](https://qunitjs.com/testedwith.svg)](https://qunitjs.com/badge/) [![npm](https://img.shields.io/npm/v/qunit.svg?style=flat)](https://www.npmjs.com/package/qunit) [![Reproducible build status](https://img.shields.io/badge/Reproducible_Builds-ok-success?labelColor=1e5b96)](https://github.com/qunitjs/qunit/actions/workflows/reproducible.yaml) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/5751/badge)](https://www.bestpractices.dev/projects/5751)
**QUnit** is a powerful, easy-to-use JavaScript testing framework. It was originally developed for the jQuery project and has since evolved to test any client-side or server-side JavaScript code. QUnit has no dependencies and supports all major desktop and mobile web browsers, Node.js, and SpiderMonkey. ## Documentation * [API documentation](https://qunitjs.com/api/) * [Guides how-to](https://qunitjs.com/guides/) * [Browser support](https://qunitjs.com/intro/#compatibility) * [Browser automation](https://qunitjs.com/browser/#integrations) ## Support To report a bug or request a new feature, [open an issue](https://github.com/qunitjs/qunit/issues). If you get stuck or need help, [join the chat room](https://qunitjs.com/intro/#support) and ask us a question. ## Contribute If you are interested in helping develop QUnit, check out our [contributing guide](./CONTRIBUTING.md).