update tests

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

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

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

Loading…
Cancel
Save