We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea22a9 commit 02876d3Copy full SHA for 02876d3
packages/svelte/tests/runtime-runes/samples/effect-order-7/_config.js
@@ -2,6 +2,12 @@ import { flushSync } from 'svelte';
2
import { test } from '../../test';
3
4
export default test({
5
+ // For this to work in non-async mode, we would need to abort
6
+ // inside `#traverse_effect_tree`, which would be very
7
+ // complicated and annoying. Since this hasn't been
8
+ // a real issue (AFAICT), we ignore it
9
+ skip_no_async: true,
10
+
11
async test({ target }) {
12
const [open, close] = target.querySelectorAll('button');
13
0 commit comments