qunitjs/qunit
🔮 An easy-to-use JavaScript unit testing framework. observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 89
- Release rhythm 74
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 44
- age_days: 6249
- days_rel: 93
- days_push: 66
- n_releases_24m: 8
Adoption not part of the score
4033 stars · 772 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
QUnit is a dependency-free JavaScript unit testing framework originally developed for jQuery, now used widely including as the default for the Ember.js ecosystem. It runs in browsers, Node.js, SpiderMonkey, and Web Workers, with a lean, extensible API for tests, assertions, and reporters.
Use cases
- unit test javascript code
- test node.js library with zero config
- run tests in the browser
- test ember.js applications
- write assertions for client-side javascript
- run javascript tests in web workers
When to choose
- you want a simple, zero-dependency test framework for browser or Node.js code
- you work in the Ember.js ecosystem where QUnit is the default
- you need tests to run in the same environment as your code, including workers
- you prefer a lean, extensible API over heavyweight frameworks
When to avoid
- you need built-in component testing or snapshot testing like Jest or Vitest
- you are testing non-JavaScript languages
- you need an integrated mocking/coverage suite out of the box
Facets
library · maturity stable
testing e2e-testing testing developer-tools web-development frontend browser cross-platform cli unit-testing test-runner assertions tap jquery ember zero-dependency javascript nodejs
5 sources
- readme: https://github.com/qunitjs/qunit · fetched 2026-08-28 · c661ac4eb842
- homepage: https://qunitjs.com · fetched 2026-08-29 · d95036acd837
- site_page: https://qunitjs.com/about · fetched 2026-08-29 · bf9d8b9ade0a
- registry_npm: https://registry.npmjs.org/qunit · fetched 2026-08-29 · ba871a13a2d9
- site_page: https://qunitjs.com/api · fetched 2026-08-29 · 54b5e72e9078
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| qunitjs/qunit | main | 86 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem