mirror of https://github.com/sveltejs/svelte
parent
ecf05ad36e
commit
65b10f6d5e
@ -0,0 +1,7 @@
|
|||||||
|
export default {
|
||||||
|
html: '<h1>Just some static HTML</h1>',
|
||||||
|
test: function ( assert, component, target, window ) {
|
||||||
|
const newComp = new window.SvelteComponent();
|
||||||
|
assert.equal(newComp instanceof window.SvelteComponent, true);
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1 @@
|
|||||||
|
<h1>Just some static HTML</h1>
|
Loading…
Reference in new issue