export default { html: `

`, test({ assert, target }) { const p = target.querySelector('p'); assert.notEqual(p, undefined); } };