chore: drop redundant comment in style-update test

pull/18176/head
Mathias Picker 4 months ago
parent b87eb5a893
commit 88b1a2f4b4

@ -37,8 +37,6 @@ export default test({
component.style = '';
flushSync();
// empty results drop the attribute on both client and SSR (was previously
// `<div style=""></div>` on the client only — a hydration mismatch)
assert.htmlEqual(
target.innerHTML,
`

Loading…
Cancel
Save