failing test for #1413

pull/7738/head
Rich Harris 8 years ago
parent 091e167e07
commit 17d7aea40e

@ -0,0 +1,19 @@
export default {
data: {
props: {
a: 1,
},
},
html: ``,
test(assert, component, target) {
component.set({
props: {
a: 2,
},
});
assert.htmlEqual(target.innerHTML, ``);
},
};

@ -0,0 +1 @@
<svelte:component this={undefined} {...props} />
Loading…
Cancel
Save