export default { html: 'waiting', test({ assert, component, target }) { component.x = 'ready'; assert.htmlEqual(target.innerHTML, ` ready `); } };