You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: blog/2025/01/20/qunit-2-24-0/index.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ <h3 id="added">Added</h3>
93
93
<li>
94
94
<p>CLI: Add stacktrace cleaning by omitting or greying out internal QUnit and Node.js frames in TAP reporter. <ahref="https://github.com/qunitjs/qunit/pull/1795">#1795</a>. <ahref="https://github.com/qunitjs/qunit/pull/1789">#1789</a></p>
95
95
96
-
<p>Learn more about <ahref="https://qunitjs.com//blog/2025/01/20/qunit-2-24-0/">Cleaner stack traces</a> on the QUnit Blog.</p>
96
+
<p>Learn more about <ahref="https://qunitjs.com/blog/2025/01/19/stacktrace-cleaner/">Cleaner stack traces</a> on the QUnit Blog.</p>
97
97
</li>
98
98
<li>Core: Add <ahref="https://qunitjs.com/api/config/reporters/"><codeclass="language-plaintext highlighter-rouge">QUnit.config.reporters.tap</code></a> for enabling TAP via preconfig. <ahref="https://github.com/qunitjs/qunit/issues/1711">#1711</a></li>
99
99
<li>Core: Add memory to the <ahref="https://qunitjs.com/api/callbacks/QUnit.on/#the-runend-event"><codeclass="language-plaintext highlighter-rouge">runEnd</code> event</a> to allow late listeners. This helps <ahref="https://qunitjs.com/browser/#integrations">browser integrations</a> that only relay a summary. <ahref="https://github.com/qunitjs/qunit/commit/27a33d15938a601716a81a638882a16c1bd7f2b9">27a33d1593</a></li>
<li>CLI: Fix TAP compliance for actual/expected indent and skip/todo colors. <a href="https://github.com/qunitjs/qunit/commit/b4d48fc7107936b26d84b632b2c2782e368ea64c">b4d48fc710</a></li>
@@ -34,7 +34,7 @@ files that should not be executed, you can opt-out by passing <code class="langu
34
34
<li>
35
35
<p>CLI: Add stacktrace cleaning by omitting or greying out internal QUnit and Node.js frames in TAP reporter. <a href="https://github.com/qunitjs/qunit/pull/1795">#1795</a>. <a href="https://github.com/qunitjs/qunit/pull/1789">#1789</a></p>
36
36
37
-
<p>Learn more about <a href="https://qunitjs.com//blog/2025/01/20/qunit-2-24-0/">Cleaner stack traces</a> on the QUnit Blog.</p>
37
+
<p>Learn more about <a href="https://qunitjs.com/blog/2025/01/19/stacktrace-cleaner/">Cleaner stack traces</a> on the QUnit Blog.</p>
38
38
</li>
39
39
<li>Core: Add <a href="https://qunitjs.com/api/config/reporters/"><code class="language-plaintext highlighter-rouge">QUnit.config.reporters.tap</code></a> for enabling TAP via preconfig. <a href="https://github.com/qunitjs/qunit/issues/1711">#1711</a></li>
40
40
<li>Core: Add memory to the <a href="https://qunitjs.com/api/callbacks/QUnit.on/#the-runend-event"><code class="language-plaintext highlighter-rouge">runEnd</code> event</a> to allow late listeners. This helps <a href="https://qunitjs.com/browser/#integrations">browser integrations</a> that only relay a summary. <a href="https://github.com/qunitjs/qunit/commit/27a33d15938a601716a81a638882a16c1bd7f2b9">27a33d1593</a></li>
0 commit comments