export default { html: `

wait for it...

`, test({ assert, component, target }) { return component.promise .then(() => { assert.htmlEqual(target.innerHTML, `

the answer is 42!

the answer100 is 4200!

`); }); } };