Skip to content

Commit

Permalink
Build commit 4cc448d
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Aug 18, 2024
1 parent c87d03b commit 9516a35
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion api/QUnit/module/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h2 id="changelog">Changelog</h2>
<table>
<tbody>
<tr>
<td>UNRELEASED</td>
<td><a href="https://github.com/qunitjs/qunit/releases/tag/2.22.0">QUnit 2.22</a></td>
<td>Added <code class="language-plaintext highlighter-rouge">QUnit.module.if()</code> alias.</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions api/QUnit/test.if/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h1>QUnit.test.if()</h1>
<p class="post-meta">Categories: <a class="category" href="/api/QUnit/">Main methods</a>.</p>
</header>
<p class="version-details">
not yet released<span class="sep">.</span></p>
version added: <a href="https://github.com/qunitjs/qunit/releases/tag/2.22.0">2.22.0</a><span class="sep">.</span></p>
<h2 id="description" class="screen-reader-text h-api-desc">Description</h2>
<p><code class="language-plaintext highlighter-rouge">QUnit.test.if( name, condition, callback )</code></p>

Expand Down Expand Up @@ -142,7 +142,7 @@ <h3 id="conditional-module">Conditional module</h3>

<h3 id="legacy-idom">Legacy idom</h3>

<p>Prior to QUnit 3.0, the following shortcuts were sometimes used. This may be replaced by <code class="language-plaintext highlighter-rouge">QUnit.test.if()</code>.</p>
<p>Prior to QUnit 2.22, the following shortcuts were sometimes used. This may be replaced by <code class="language-plaintext highlighter-rouge">QUnit.test.if()</code>.</p>

<div class="language-js highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="p">(</span><span class="k">typeof</span> <span class="nb">document</span> <span class="o">!==</span> <span class="dl">'</span><span class="s1">undefined</span><span class="dl">'</span> <span class="p">?</span> <span class="nx">QUnit</span><span class="p">.</span><span class="nx">test</span> <span class="p">:</span> <span class="nx">QUnit</span><span class="p">.</span><span class="nx">skip</span><span class="p">)(</span><span class="dl">'</span><span class="s1">example</span><span class="dl">'</span><span class="p">,</span> <span class="nf">function </span><span class="p">(</span><span class="nx">assert</span><span class="p">)</span> <span class="p">{</span>
<span class="nx">assert</span><span class="p">.</span><span class="nf">true</span><span class="p">(</span><span class="kc">true</span><span class="p">);</span>
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-08-09T20:44:01+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-08-18T20:10:05+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>
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,12 @@ <h3 id="cli-result">CLI Result</h3>

<h2 id="current-release">Current Release</h2>

<p class="lead lead--center">v2.21.1 (<a href="https://github.com/qunitjs/qunit/blob/2.21.1/History.md">changelog</a>)</p>
<p class="lead lead--center">v2.22.0 (<a href="https://github.com/qunitjs/qunit/blob/2.22.0/History.md">changelog</a>)</p>

<p>These are the official <a href="/intro/#download">release channels</a> for QUnit:</p>

<ul>
<li>Download: <a href="https://code.jquery.com/qunit/qunit-2.21.1.js"><code class="language-plaintext highlighter-rouge">qunit-2.21.1.js</code></a> and <a href="https://code.jquery.com/qunit/qunit-2.21.1.css"><code class="language-plaintext highlighter-rouge">qunit-2.21.1.css</code></a></li>
<li>Download: <a href="https://code.jquery.com/qunit/qunit-2.22.0.js"><code class="language-plaintext highlighter-rouge">qunit-2.22.0.js</code></a> and <a href="https://code.jquery.com/qunit/qunit-2.22.0.css"><code class="language-plaintext highlighter-rouge">qunit-2.22.0.css</code></a></li>
<li>npm: <code class="language-plaintext highlighter-rouge">npm install --save-dev qunit</code></li>
<li>Yarn: <code class="language-plaintext highlighter-rouge">yarn add --dev qunit</code></li>
</ul>
Expand Down
6 changes: 3 additions & 3 deletions intro/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@ <h2 id="download">Download</h2>
<li>
<p>Download:</p>

<p>You can save the <a href="https://code.jquery.com/qunit/qunit-2.21.1.js"><code class="language-plaintext highlighter-rouge">qunit-2.21.1.js</code></a> and <a href="https://code.jquery.com/qunit/qunit-2.21.1.css"><code class="language-plaintext highlighter-rouge">qunit-2.21.1.css</code></a> files directly from the jQuery CDN.
<p>You can save the <a href="https://code.jquery.com/qunit/qunit-2.22.0.js"><code class="language-plaintext highlighter-rouge">qunit-2.22.0.js</code></a> and <a href="https://code.jquery.com/qunit/qunit-2.22.0.css"><code class="language-plaintext highlighter-rouge">qunit-2.22.0.css</code></a> files directly from the jQuery CDN.
For older versions, browse the <a href="https://releases.jquery.com/qunit/">release archives</a>.</p>

<p>Or download them via the terminal, and save them in your Git repository.</p>

<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl <span class="nt">-o</span> qunit.css <span class="s1">'https://code.jquery.com/qunit/qunit-2.21.1.css'</span>
curl <span class="nt">-o</span> qunit.js <span class="s1">'https://code.jquery.com/qunit/qunit-2.21.1.js'</span>
<div class="language-bash highlighter-rouge"><div class="highlight"><pre class="highlight"><code>curl <span class="nt">-o</span> qunit.css <span class="s1">'https://code.jquery.com/qunit/qunit-2.22.0.css'</span>
curl <span class="nt">-o</span> qunit.js <span class="s1">'https://code.jquery.com/qunit/qunit-2.22.0.js'</span>
</code></pre></div> </div>
</li>
<li>
Expand Down
Loading

0 comments on commit 9516a35

Please sign in to comment.