work around some quirk of the test environment

pull/16197/head
Rich Harris 4 months ago
parent 95b9605ea7
commit 6625971ce1

@ -27,6 +27,8 @@ export default test({
array: ['a', 'b', 'c']
});
raf.tick(25);
raf.tick(50);
assert.htmlEqual(
target.innerHTML,

Loading…
Cancel
Save