QUnit
banner
qunitjs.com
QUnit
@qunitjs.com
The powerful, easy-to-use JavaScript testing framework.

Docs: https://qunitjs.com

Source: https://github.com/qunitjs/qunit

#qunit #javascript #typescript #nodejs #tdd #jquery #emberjs
@nullvoxpopuli.com @erus.dev

That's essentially the idea behind QTap.

github.com/qunitjs/qtap

Airtap and karma-tap came close but neither support HTML, and Airtap also imposes bundling, so you end up coupled to the runner incl debugging.

Watch this space.
Early feedback welcome!
GitHub - qunitjs/qtap: Run JavaScript unit tests in real browsers, real fast.
Run JavaScript unit tests in real browsers, real fast. - qunitjs/qtap
github.com
June 24, 2025 at 10:09 AM
Reposted by QUnit
(How I use) Qunit:
- testem for cli reporter (not qunit)
- (bulilt assets to load (I'd prefer vite's way)
- testem for launching pre-installed browsers (doesn't force installation via npm like like puppeteer does, iirc)
- qunit for test runner
- qunit for test framework
June 2, 2025 at 10:52 PM