Skip to content
This repository has been archived by the owner on Apr 1, 2024. It is now read-only.

Commit

Permalink
Build commit 529e804
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Feb 15, 2024
1 parent 0ae9230 commit aa693ec
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
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-02-09T14:08:42+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-02-15T21:44:27+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.20.0 (<a href="https://github.com/qunitjs/qunit/blob/2.20.0/History.md">changelog</a>)</p>
<p class="lead lead--center">v2.20.1 (<a href="https://github.com/qunitjs/qunit/blob/2.20.1/History.md">changelog</a>)</p>

<p>These are the officially supported <a href="/intro/#release-channels">release channels</a> for QUnit:</p>

<ul>
<li>CDN: <a href="https://code.jquery.com/qunit/qunit-2.20.0.js"><code class="language-plaintext highlighter-rouge">qunit-2.20.0.js</code></a> and <a href="https://code.jquery.com/qunit/qunit-2.20.0.css"><code class="language-plaintext highlighter-rouge">qunit-2.20.0.css</code></a></li>
<li>CDN: <a href="https://code.jquery.com/qunit/qunit-2.20.1.js"><code class="language-plaintext highlighter-rouge">qunit-2.20.1.js</code></a> and <a href="https://code.jquery.com/qunit/qunit-2.20.1.css"><code class="language-plaintext highlighter-rouge">qunit-2.20.1.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>
<li>Bower: <code class="language-plaintext highlighter-rouge">bower install --save-dev qunit</code></li>
Expand Down
10 changes: 5 additions & 5 deletions intro/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ <h2 id="in-the-browser">In the Browser</h2>
<div class="language-html highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="cp">&lt;!DOCTYPE html&gt;</span>
<span class="nt">&lt;meta</span> <span class="na">charset=</span><span class="s">"utf-8"</span><span class="nt">&gt;</span>
<span class="nt">&lt;title&gt;</span>Test Suite<span class="nt">&lt;/title&gt;</span>
<span class="nt">&lt;link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://code.jquery.com/qunit/qunit-2.20.0.css"</span><span class="nt">&gt;</span>
<span class="nt">&lt;link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"https://code.jquery.com/qunit/qunit-2.20.1.css"</span><span class="nt">&gt;</span>
<span class="nt">&lt;body&gt;</span>
<span class="nt">&lt;div</span> <span class="na">id=</span><span class="s">"qunit"</span><span class="nt">&gt;&lt;/div&gt;</span>
<span class="nt">&lt;div</span> <span class="na">id=</span><span class="s">"qunit-fixture"</span><span class="nt">&gt;&lt;/div&gt;</span>
<span class="nt">&lt;script </span><span class="na">src=</span><span class="s">"https://code.jquery.com/qunit/qunit-2.20.0.js"</span><span class="nt">&gt;&lt;/script&gt;</span>
<span class="nt">&lt;script </span><span class="na">src=</span><span class="s">"https://code.jquery.com/qunit/qunit-2.20.1.js"</span><span class="nt">&gt;&lt;/script&gt;</span>
<span class="nt">&lt;/body&gt;</span>
</code></pre></div></div>

Expand Down Expand Up @@ -242,12 +242,12 @@ <h3 id="release-channels">Release channels</h3>
<li>
<p>Download:</p>

<p>QUnit has no runtime dependencies for browser use. You can save the <a href="https://code.jquery.com/qunit/qunit-2.20.0.js"><code class="language-plaintext highlighter-rouge">qunit-2.20.0.js</code></a> and <a href="https://code.jquery.com/qunit/qunit-2.20.0.css"><code class="language-plaintext highlighter-rouge">qunit-2.20.0.css</code></a> files directly from the <a href="https://code.jquery.com/qunit/">jQuery CDN</a>, which is powered by <a href="https://www.stackpath.com/">StackPath</a>.</p>
<p>QUnit has no runtime dependencies for browser use. You can save the <a href="https://code.jquery.com/qunit/qunit-2.20.1.js"><code class="language-plaintext highlighter-rouge">qunit-2.20.1.js</code></a> and <a href="https://code.jquery.com/qunit/qunit-2.20.1.css"><code class="language-plaintext highlighter-rouge">qunit-2.20.1.css</code></a> files directly from the <a href="https://code.jquery.com/qunit/">jQuery CDN</a>, which is powered by <a href="https://www.stackpath.com/">StackPath</a>.</p>

<p>Or download them via the terminal:</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.20.0.css'</span>
curl <span class="nt">-o</span> qunit.js <span class="s1">'https://code.jquery.com/qunit/qunit-2.20.0.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.20.1.css'</span>
curl <span class="nt">-o</span> qunit.js <span class="s1">'https://code.jquery.com/qunit/qunit-2.20.1.js'</span>
</code></pre></div> </div>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions resources/example-add.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test Suite</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.20.0.css">
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.20.1.css">
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/qunit/qunit-2.20.0.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.20.1.js"></script>
<script>
function add(a, b) {
return a + b;
Expand Down
4 changes: 2 additions & 2 deletions resources/example-index.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Test Suite</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.20.0.css">
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.20.1.css">
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/qunit/qunit-2.20.0.js"></script>
<script src="https://code.jquery.com/qunit/qunit-2.20.1.js"></script>
<script>
function add(a, b) {
return a + b;
Expand Down

0 comments on commit aa693ec

Please sign in to comment.