Skip to content

Commit 70c9f4b

Browse files
committed
fix test
1 parent 9c13fef commit 70c9f4b

File tree

1 file changed

+1
-0
lines changed
  • packages/svelte/tests/runtime-runes/samples/async-each-keyed

1 file changed

+1
-0
lines changed

packages/svelte/tests/runtime-runes/samples/async-each-keyed/_config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export default test({
3232
assert.htmlEqual(div.innerHTML, '<p>d</p><p>e</p><p>f</p><p>g</p>');
3333

3434
reset.click();
35+
await tick();
3536
three.click();
3637
await tick();
3738
assert.fail('should not allow duplicate keys');

0 commit comments

Comments
 (0)