mirror of https://github.com/sveltejs/svelte
parent
1ae3ab7bf9
commit
41026341d8
@ -1,3 +1,7 @@
|
||||
export default {
|
||||
html: '<p><slot>Hello</slot></p>'
|
||||
html: '<p><slot>Hello</slot></p>',
|
||||
|
||||
test(assert, component) {
|
||||
assert.htmlEqual(component.refs.nested.slots.default.innerHTML, 'Hello');
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in new issue