Skip to content

Commit

Permalink
Build commit 9c068c4
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jul 2, 2024
1 parent 044af43 commit c2d96e6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/config/filter/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@ <h2 id="description" class="screen-reader-text h-api-desc">Description</h2>
<table>
<tr>
<th>type</th>
<td><code class="language-plaintext highlighter-rouge">string</code> or <code class="language-plaintext highlighter-rouge">undefined</code></td>
<td><code class="language-plaintext highlighter-rouge">string</code></td>
</tr>
<tr>
<th>default</th>
<td><code class="language-plaintext highlighter-rouge">undefined</code></td>
<td><code class="language-plaintext highlighter-rouge">""</code></td>
</tr>
</table>

Expand Down
6 changes: 4 additions & 2 deletions api/config/modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ <h2 id="description" class="screen-reader-text h-api-desc">Description</h2>
</tr>
</table>

<p>This property is exposed under <code class="language-plaintext highlighter-rouge">QUnit.config</code> for use by plugins and other integrations. It returns an array of internal <code class="language-plaintext highlighter-rouge">Module</code> objects, one for each call to <a href="/api/QUnit/module/"><code class="language-plaintext highlighter-rouge">QUnit.module()</code></a>.</p>
<p>The <code class="language-plaintext highlighter-rouge">QUnit.config.modules</code> property is exposed for use by plugins and other integrations. It returns an array of internal <code class="language-plaintext highlighter-rouge">Module</code> objects, one for each call to <a href="/api/QUnit/module/"><code class="language-plaintext highlighter-rouge">QUnit.module()</code></a>.</p>

<p>Before accessing this property, wait for the <a href="/api/callbacks/QUnit.on/#the-runstart-event"><code class="language-plaintext highlighter-rouge">QUnit.on('runStart')</code></a> event, or use a <a href="/api/callbacks/QUnit.begin/"><code class="language-plaintext highlighter-rouge">QUnit.begin()</code></a> callback.</p>

<h3 id="module-object">Module object</h3>

<p>The following properties are considered publicly supported:</p>
<p>The following properties are considered stable and public:</p>

<table>
<thead>
Expand All @@ -111,6 +111,8 @@ <h3 id="module-object">Module object</h3>
</tbody>
</table>

<p>Other properties may change without notice. When possible, use <a href="/api/callbacks/QUnit.on/">QUnit.on</a> or <a href="/api/callbacks/">event callbacks</a> instead.</p>

<h2 id="example">Example</h2>

<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nx">QUnit</span><span class="p">.</span><span class="nf">on</span><span class="p">(</span><span class="dl">'</span><span class="s1">runStart</span><span class="dl">'</span><span class="p">,</span> <span class="p">()</span> <span class="o">=&gt;</span> <span class="p">{</span>
Expand Down
4 changes: 4 additions & 0 deletions browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,10 @@ <h3 id="theme-api">Theme API</h3>
<td><code class="language-plaintext highlighter-rouge">#qunit-testrunner-toolbar</code></td>
<td>The toolbar.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">#qunit-userAgent</code></td>
<td>QUnit version and user agent string.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">#qunit-modulefilter</code></td>
<td>Module selector.</td>
Expand Down
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://qunitjs.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://qunitjs.com/" rel="alternate" type="text/html" hreflang="en" /><updated>2024-07-01T22:26:33+00:00</updated><id>https://qunitjs.com/feed.xml</id><title type="html">QUnit</title><subtitle>The powerful, easy-to-use JavaScript testing framework.</subtitle></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.3">Jekyll</generator><link href="https://qunitjs.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://qunitjs.com/" rel="alternate" type="text/html" hreflang="en" /><updated>2024-07-02T19:24:55+00:00</updated><id>https://qunitjs.com/feed.xml</id><title type="html">QUnit</title><subtitle>The powerful, easy-to-use JavaScript testing framework.</subtitle></feed>

0 comments on commit c2d96e6

Please sign in to comment.