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 37f5cb7 commit eea22a9Copy full SHA for eea22a9
packages/svelte/tests/runtime-runes/samples/effect-order-7/_config.js
@@ -2,7 +2,7 @@ import { flushSync } from 'svelte';
2
import { test } from '../../test';
3
4
export default test({
5
- async test({ assert, target, logs }) {
+ async test({ target }) {
6
const [open, close] = target.querySelectorAll('button');
7
8
flushSync(() => open.click());
0 commit comments