export default { async test({ assert, target }) { assert.htmlEqual( target.innerHTML, ` Parent component "bar"
Child component "bar"
` ); } };