export default { html: `got`, test ( assert, component ) { assert.equal( component.get().foo, 'got' ); component.destroy(); } };