mirror of https://github.com/sveltejs/svelte
parent
7b2e45a34a
commit
e4090c5af8
@ -1,7 +1,3 @@
|
|||||||
export default {
|
export default {
|
||||||
html: '<div>Foo</div>',
|
html: '<div>Foo</div>'
|
||||||
|
|
||||||
test({ assert, target }) {
|
|
||||||
assert.htmlEqual(target.innerHTML, '<div>Foo</div>');
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in new issue