Skip to content

Commit 02876d3

Browse files
committed
skip_no_async
1 parent eea22a9 commit 02876d3

File tree

1 file changed

+6
-0
lines changed
  • packages/svelte/tests/runtime-runes/samples/effect-order-7

1 file changed

+6
-0
lines changed

packages/svelte/tests/runtime-runes/samples/effect-order-7/_config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ import { flushSync } from 'svelte';
22
import { test } from '../../test';
33

44
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+
511
async test({ target }) {
612
const [open, close] = target.querySelectorAll('button');
713

0 commit comments

Comments
 (0)