Skip to content

Commit 6625971

Browse files
committed
work around some quirk of the test environment
1 parent 95b9605 commit 6625971

File tree

1 file changed

+2
-0
lines changed
  • packages/svelte/tests/runtime-legacy/samples/transition-abort

1 file changed

+2
-0
lines changed

packages/svelte/tests/runtime-legacy/samples/transition-abort/_config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export default test({
2727
array: ['a', 'b', 'c']
2828
});
2929

30+
raf.tick(25);
31+
3032
raf.tick(50);
3133
assert.htmlEqual(
3234
target.innerHTML,

0 commit comments

Comments
 (0)