Stickers packed and ready for FOSDEM!

Message me to meet and take some!

Including:
* fresh roll of QUnit stickers
* classic jQuery stickers
* brand new Devo-hat stickers from jQuery's 20th birthday event
* Wikipedia and MediaWiki logos
* (not pictured) tons more misc webperf/JS/foss/moz stickers collected over the years.

#fosdem #fosdem2026 #qunit #jquery

QUnit 2.25 is out!

Highlights from 2.24.1 and 2.25.0:

đŸ§© Support display of "early" errors in the HTML Reporter, to ease debugging.
✹ Add new test filter callback feature, to simplify building parallel test runners and other cool stuff. Thanks Sebastian Gbudje and @nullvoxpopuli!
🐛 Fix spec compliance bugs in TAP-reporter.

Details: https://qunitjs.com/blog/2025/12/30/qunit-2-25-0/
Download: https://qunitjs.com/intro/#release-channels

#qunit

QUnit 2.25.0 Released: Add callback filter

Introduce QUnit.config.testFilter to programmatically filter tests.

QUnit
Ever wondered how beforeEach works in a unit test framework? qunitjs.com/lifecycle/ While people generally guess right, this demonstrates that the order is guaranteed, and showcases what's possible when you depend on it. Thanks to FND, Jan D, and NullVoxPopuli for their help! #qunit
Test lifecycle

The order of module hooks and test context in QUnit.

Ever wondered how beforeEach works in unit test frameworks? Check out our new lifecycle diagram!

https://qunitjs.com/lifecycle/

People generally guess right when it comes to ordering, so why a diagram?

We want to show that the order is guaranteed, and showcase what's possible when you depend on it.

Thanks to FND, Jan, and NullVoxPopuli for improving and promoting this work! H/T @FND @simulo @nullvoxpopuli

#qunit #WriteTheDocs #TechnicalWriting #SoftwareDocumentation #documentation #TDD

Test lifecycle

The order of module hooks and test context in QUnit.

I'm drafting a diagram to explain how before/after hooks work in unit tests.

They tend to work the same way across test frameworks, so it's not unique to QUnit. But, new devs will learn this for the first time, so I think it's worth explaining.

Page:
https://qunitjs.com/api/QUnit/module/#hooks

Issue tracker:
https://github.com/qunitjs/qunit/issues/1358#issuecomment-2614663327

What do you think?

#qunit #WriteTheDocs #TechnicalWriting #SoftwareDocumentation #documentation #devex #TDD

QUnit.module()

Group related tests under a common label.

QUnit 2.24.0 is out!

Highlights from 2.23.1 and 2.24.0:

📝 Improved CLI output with the new stack trace formatter.
đŸ§© Include mjs and cjs files by default when testing a directory.
✹ There is a new QUnit Blog for your feed reader.

Details: https://qunitjs.com/blog/2025/01/20/qunit-2-24-0/
Download: https://qunitjs.com/intro/#release-channels

#qunit

QUnit 2.24.0: Cleaner traces and new CLI file extensions

New stacktrace cleaning, CLI file extensions, and various performance improvements and bug fixes.

QUnit 2.23.0 is out!

đŸ·ïž Add automatic labels for simple array values in `QUnit.test.each()`.

Changelog: https://github.com/qunitjs/qunit/blob/main/History.md#2230--2024-12-03
Download: https://qunitjs.com/intro/#release-channels

Learn more:
https://qunitjs.com/api/QUnit/test.each/

#qunit

qunit/History.md at main · qunitjs/qunit

🔼 An easy-to-use JavaScript unit testing framework. - qunitjs/qunit

GitHub

QUnit 2.22.0 is out!

☑ New `test.if()` and `module.if()` functions to facilitate conditional skipping.

Changelog: https://github.com/qunitjs/qunit/blob/2.22.0/History.md
Download: https://qunitjs.com/intro/#release-channels
Docs: https://qunitjs.com/api/QUnit/test.if/

#qunit #TDD

qunit/History.md at 2.22.0 · qunitjs/qunit

🔼 An easy-to-use JavaScript unit testing framework. - qunitjs/qunit

GitHub

Oh my,
a web component?
on jquery dot com?

minibar is a 2kB standalone search widget. Accessible and progressively-enhancing (works without JavaScript!). An alternative to the popular 100kB DocSearch.js widget.

It goes well with Typesense, an awesome FLOSS open-source alternative to Algolia. And it's (if you want, and yes we do) self-hostable!

https://github.com/jquery/typesense-minibar

Demo: https://jquery.com/
or https://qunitjs.com/

#webperf #typesense #ProgressiveEnhancement #algolia #jquery #qunit

GitHub - jquery/typesense-minibar: Fast 2kB autocomplete search bar. Alternative to Algolia DocSearch, InstantSearch, and autocomplete-js.

Fast 2kB autocomplete search bar. Alternative to Algolia DocSearch, InstantSearch, and autocomplete-js. - jquery/typesense-minibar

GitHub

QUnit 2.21.1 is out!

🐛 Fix bug in stacktrace cleaner.
🐛 Fix bug where a second "Hide passed" click reversed test results.
👉 Add notice about upcoming change in how assert.expect() counts steps for assert.verifySteps().

Details: https://github.com/qunitjs/qunit/blob/2.21.1/History.md
Download: https://qunitjs.com/intro/#download

#qunit

qunit/History.md at 2.21.1 · qunitjs/qunit

🔼 An easy-to-use JavaScript unit testing framework. - qunitjs/qunit

GitHub