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 @@
type | -string or undefined |
+ string |
---|---|---|
default | -undefined |
+ "" |
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.
The following properties are considered publicly supported:
+The following properties are considered stable and public:
Other properties may change without notice. When possible, use QUnit.on or event callbacks instead.
+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 @@
-Jekyll 2024-07-01T22:26:33+00:00 https://qunitjs.com/feed.xml QUnit The powerful, easy-to-use JavaScript testing framework.
\ No newline at end of file
+Jekyll 2024-07-02T19:24:55+00:00 https://qunitjs.com/feed.xml QUnit The powerful, easy-to-use JavaScript testing framework.
\ No newline at end of file