skip_no_async

pull/16335/head
Rich Harris 1 month ago
parent eea22a90c9
commit 02876d3e33

@ -2,6 +2,12 @@ import { flushSync } from 'svelte';
import { test } from '../../test';
export default test({
// For this to work in non-async mode, we would need to abort
// inside `#traverse_effect_tree`, which would be very
// complicated and annoying. Since this hasn't been
// a real issue (AFAICT), we ignore it
skip_no_async: true,
async test({ target }) {
const [open, close] = target.querySelectorAll('button');

Loading…
Cancel
Save