Updated test to remove class from inner span that doesn't need it

pull/3679/head
Jesse Skinner 6 years ago
parent 63a5f8ab02
commit c0b6d7807d

@ -26,7 +26,7 @@ function create_if_block(ctx) {
c() {
span = element("span");
span.innerHTML = `<i class="svelte-1l99rp3">hello</i>`;
attr(span, "class", "" + (`test`) + " svelte-1l99rp3");
attr(span, "class", `test`);
},
m(target, anchor) {

Loading…
Cancel
Save