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 ce7f4c4 commit 8640ca7Copy full SHA for 8640ca7
packages/svelte/tests/runtime-runes/samples/binding-update-while-focused-3/_config.js
@@ -11,6 +11,7 @@ export default test({
11
input.value = 'Ab';
12
input.dispatchEvent(new InputEvent('input', { bubbles: true }));
13
14
+ await tick();
15
await tick();
16
17
assert.equal(input.value, 'AB');
@@ -20,6 +21,7 @@ export default test({
20
21
input.value = 'ABc';
22
23
24
25
26
27
assert.equal(input.value, 'ABC');
0 commit comments