export default {
	test({ assert, component }) {
		component.l1.$destroy();
	}
};