update test

pull/16100/head
Rich Harris 4 months ago
parent 3536a9fd82
commit 5e8f84832d

@ -7,6 +7,6 @@ export default test({
assert.htmlEqual(target.innerHTML, `<div></div><button>inc</button> [0,0,0,0,0,0,0,0,0]`);
flushSync(() => button?.click());
assert.htmlEqual(target.innerHTML, `<div></div><button>inc</button> [0,0,0,0,0,0,0,0,1]`);
assert.htmlEqual(target.innerHTML, `<div></div><button>inc</button> [0,0,0,0,0,0,0,0,0]`);
}
});

Loading…
Cancel
Save