Skip to content

Commit

Permalink
Build commit 1551120
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jul 14, 2024
1 parent 4a031ef commit 70ea92f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions browser/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,30 @@ <h3 id="theme-api">Theme API</h3>
<td><code class="language-plaintext highlighter-rouge">#qunit-modulefilter .clickable</code><br /><br /><code class="language-plaintext highlighter-rouge">#qunit-modulefilter .clickable.checked</code></td>
<td>Module selector, options in the dropdown menu.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">#qunit-tests</code></td>
<td>List of test items.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">#qunit-tests &gt; li</code><br /><br />QUnit 3:<br /><code class="language-plaintext highlighter-rouge">.qunit-test</code></td>
<td>Test item.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">#qunit-tests &gt; li:not(.skipped):not(.pass):not(.fail)</code><br /><br />QUnit 3:<br /><code class="language-plaintext highlighter-rouge">.qunit-test.running</code></td>
<td>Currently running test.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">#qunit-tests &gt; li.pass</code><br /><code class="language-plaintext highlighter-rouge">#qunit-tests &gt; li.fail</code><br /><code class="language-plaintext highlighter-rouge">#qunit-tests &gt; li.skipped</code><br /><br />QUnit 3:<br /><code class="language-plaintext highlighter-rouge">.qunit-test.pass</code><br /><code class="language-plaintext highlighter-rouge">.qunit-test.fail</code><br /><code class="language-plaintext highlighter-rouge">.qunit-test.skipped</code></td>
<td>Test by one of the three mutually-exclusive outcomes (pass, fail, skipped).</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">#qunit-tests &gt; li.todo</code><br /><br />QUnit 3:<br /><code class="language-plaintext highlighter-rouge">.qunit-test.todo</code></td>
<td>Test was marked as “todo”. It will also have the <code class="language-plaintext highlighter-rouge">pass</code> or <code class="language-plaintext highlighter-rouge">fail</code> class.</td>
</tr>
<tr>
<td><code class="language-plaintext highlighter-rouge">.qunit-assert-list</code></td>
<td>List of one assertions under a given test.</td>
</tr>
</tbody>
</table>

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-13T22:33:56+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-14T00:09:30+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 70ea92f

Please sign in to comment.