pull/16335/head
Rich Harris 2 months ago
parent 37f5cb7e6b
commit eea22a90c9

@ -2,7 +2,7 @@ import { flushSync } from 'svelte';
import { test } from '../../test';
export default test({
async test({ assert, target, logs }) {
async test({ target }) {
const [open, close] = target.querySelectorAll('button');
flushSync(() => open.click());

Loading…
Cancel
Save