diff --git a/api/config/filter/index.html b/api/config/filter/index.html index 9b5b7fcea..0864d15c5 100644 --- a/api/config/filter/index.html +++ b/api/config/filter/index.html @@ -80,11 +80,11 @@

Description

- + - +
typestring or undefinedstring
defaultundefined""
diff --git a/api/config/modules/index.html b/api/config/modules/index.html index f375701ea..721d980c1 100644 --- a/api/config/modules/index.html +++ b/api/config/modules/index.html @@ -84,13 +84,13 @@

Description

-

This property is exposed under QUnit.config for use by plugins and other integrations. It returns an array of internal Module objects, one for each call to QUnit.module().

+

The QUnit.config.modules property is exposed for use by plugins and other integrations. It returns an array of internal Module objects, one for each call to QUnit.module().

Before accessing this property, wait for the QUnit.on('runStart') event, or use a QUnit.begin() callback.

Module object

-

The following properties are considered publicly supported:

+

The following properties are considered stable and public:

@@ -111,6 +111,8 @@

Module object

+

Other properties may change without notice. When possible, use QUnit.on or event callbacks instead.

+

Example

QUnit.on('runStart', () => {
diff --git a/browser/index.html b/browser/index.html
index 17f6a0548..056b3a3f6 100644
--- a/browser/index.html
+++ b/browser/index.html
@@ -312,6 +312,10 @@ 

Theme API

#qunit-testrunner-toolbar The toolbar. + + #qunit-userAgent + QUnit version and user agent string. + #qunit-modulefilter Module selector. diff --git a/feed.xml b/feed.xml index 6040c3bea..d14f8f436 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2024-07-01T22:26:33+00:00https://qunitjs.com/feed.xmlQUnitThe powerful, easy-to-use JavaScript testing framework. \ No newline at end of file +Jekyll2024-07-02T19:24:55+00:00https://qunitjs.com/feed.xmlQUnitThe powerful, easy-to-use JavaScript testing framework. \ No newline at end of file