failing test for #1413

pull/1414/head
Rich Harris 7 years ago
parent 7ad374d8c2
commit 2aea2ea842

@ -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