export default { snapshot(target) { const p = target.querySelector('p'); return { p, text: p.childNodes[0], span: p.querySelector('span') }; } };