export default { html: `
YELL
hellooooo `, test(assert, component, target) { const attr = sel => target.querySelector(sel).attributes[0].name; assert.equal(attr('div'), 'class'); assert.equal(attr('svg'), 'viewBox'); assert.equal(attr('text'), 'textLength'); } };