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 8cd77fb commit 8bcd9e5Copy full SHA for 8bcd9e5
packages/svelte/tests/runtime-runes/samples/async-reference-in-snippet/_config.js
@@ -2,8 +2,8 @@ import { tick } from 'svelte';
2
import { test } from '../../test';
3
4
export default test({
5
- async test({ assert, target }) {
6
- await tick();
7
- assert.htmlEqual(target.innerHTML, 'value');
8
- }
+ async test({ assert, target }) {
+ await tick();
+ assert.htmlEqual(target.innerHTML, 'value');
+ }
9
});
0 commit comments