we can undo this now

pull/9826/head
Rich Harris 3 years ago
parent ba0d55bf4c
commit ffd3a56fc3

@ -25,7 +25,6 @@ export default test({
button.click();
await tick();
await tick();
await tick();
assert.equal(getComputedStyle(div).color, 'rgb(0, 0, 0)');
assert.equal(getComputedStyle(inner_div).color, 'rgb(0, 0, 0)');

Loading…
Cancel
Save