export default { html: ` 1 1 `, async test({ assert, target, component }) { component.x = 2; assert.htmlEqual(target.innerHTML, ` 2 2 `); } };