update test

omit-trailing-sibling-calls
Rich Harris 3 months ago
parent 38468bbb38
commit 5f4e2b2432

@ -14,7 +14,6 @@ export default function Skip_static_subtree($$anchor, $$props) {
var node = $.sibling(h1, 10);
$.html(node, () => $$props.content, false, false);
$.sibling(node, 14);
$.reset(main);
$.template_effect(() => $.set_text(text, $$props.title));
$.append($$anchor, fragment);

Loading…
Cancel
Save