fix: skip no async

failing-test-derived-fork
paoloricciuti 2 days ago
parent 4eea2b01dd
commit abf408b4ab

@ -2,6 +2,7 @@ import { flushSync } from 'svelte';
import { test } from '../../test';
export default test({
skip_no_async: true,
async test({ assert, target }) {
const [fork, update] = target.querySelectorAll('button');

Loading…
Cancel
Save