update tests

pull/10873/head
Rich Harris 2 years ago
parent e5e1dbe84c
commit 258d4dd7dc

@ -21,11 +21,11 @@ export default function Each_string_template($$anchor, $$props) {
/* Update */
$.text_effect(text, () => `${$.stringify($.unwrap(thing))}, `);
$.close($$anchor, text);
return $.close($$anchor, text);
},
null
);
$.close_frag($$anchor, fragment);
$.pop();
}
}

@ -27,10 +27,10 @@ export default function Function_prop_no_getter($$anchor, $$props) {
/* Update */
$.text_effect(text, () => `clicks: ${$.stringify($.get(count))}`);
$.close($$anchor, text);
return $.close($$anchor, text);
}
});
$.close_frag($$anchor, fragment);
$.pop();
}
}

Loading…
Cancel
Save