export default { html: '
', test({ assert, component, target }) { const div = target.querySelector('div'); assert.equal(div, component.foo); } };