mirror of https://github.com/sveltejs/svelte
Merge 8061799f66
into 6641684bcf
commit
981592201c
@ -0,0 +1,7 @@
|
|||||||
|
export default {
|
||||||
|
test(assert, component) {
|
||||||
|
assert.ok(!component.destroyed);
|
||||||
|
component.destroy();
|
||||||
|
assert.ok(component.destroyed);
|
||||||
|
}
|
||||||
|
};
|
@ -0,0 +1 @@
|
|||||||
|
<div/>
|
Loading…
Reference in new issue