export default { html: '
', test({ assert, component, target }) { component.id = 'bar'; assert.equal( target.innerHTML, '
' ); } };