export default { html: `
`, async test({ assert, component, target }) { component.value = 'foo'; assert.htmlEqual(target.innerHTML, `
`); } };