export default { data: { x: [{ z: 1 }, { z: 2 }], }, html: ` <p>does not change</p> <p>does not change</p> ` };