update tests

pull/5059/head
Conduitry 5 years ago
parent f9f1f98dc8
commit 45a27f9a37

@ -18,9 +18,7 @@ function create_fragment(ctx) {
return {
c() {
details = element("details");
details.innerHTML = `<summary>summary</summary>content
`;
details.innerHTML = `<summary>summary</summary>content`;
},
m(target, anchor) {
insert(target, details, anchor);

Loading…
Cancel
Save