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