Skip to content

Commit eea22a9

Browse files
committed
tidy up
1 parent 37f5cb7 commit eea22a9

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { flushSync } from 'svelte';
22
import { test } from '../../test';
33

44
export default test({
5-
async test({ assert, target, logs }) {
5+
async test({ target }) {
66
const [open, close] = target.querySelectorAll('button');
77

88
flushSync(() => open.click());

0 commit comments

Comments
 (0)