Skip to content

Commit

Permalink
Build commit fccaa4f
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Jun 16, 2024
1 parent cc13687 commit b77c072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions api/config/autostart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ <h3 id="E0001">Error: Unexpected test after runEnd</h3>

<p>If you load test files asynchronously, make sure to disable autostart and call <a href="/api/QUnit/start/"><code class="language-plaintext highlighter-rouge">QUnit.start()</code></a> accordingly.</p>

<p>If you encounter this error unrelated to autostart, it might be that you’re dynamically registering a new <a href="./test.md">QUnit.test</a> from inside a hook or event callback towards the end of the test run, such as <code class="language-plaintext highlighter-rouge">hooks.after()</code> or <code class="language-plaintext highlighter-rouge">QUnit.done()</code>. It is recommended to define dynamic tests via <a href="/api/callbacks/QUnit.begin/"><code class="language-plaintext highlighter-rouge">QUnit.begin()</code></a> instead. (<a href="https://github.com/qunitjs/qunit/issues/1663">#1663</a>)</p>
<p>If you encounter this error unrelated to autostart, it might be that you’re dynamically registering a new <a href="/api/QUnit/test/">QUnit.test</a> from inside a hook or event callback towards the end of the test run, such as <code class="language-plaintext highlighter-rouge">hooks.after()</code> or <code class="language-plaintext highlighter-rouge">QUnit.done()</code>. It is recommended to define dynamic tests via <a href="/api/callbacks/QUnit.begin/"><code class="language-plaintext highlighter-rouge">QUnit.begin()</code></a> instead. (<a href="https://github.com/qunitjs/qunit/issues/1663">#1663</a>)</p>

<p>To report global errors from a plugin or other integration layer, consider calling <a href="../QUnit/onUncaughtException.md">QUnit.onUncaughtException()</a> instead.</p>
<p>To report global errors from a plugin or other integration layer, consider calling <a href="/api/extension/QUnit.onUncaughtException/">QUnit.onUncaughtException()</a> instead.</p>

<h3 id="esm-dynamic-imports">ESM Dynamic imports</h3>

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-06-12T22:33:44+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-06-16T18:48:38+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 b77c072

Please sign in to comment.