// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`async-checkout 1`] = ` "[ { \\"type\\": 4, \\"data\\": { \\"href\\": \\"about:blank\\", \\"width\\": 800, \\"height\\": 600 } }, { \\"type\\": 2, \\"data\\": { \\"node\\": { \\"type\\": 0, \\"childNodes\\": [ { \\"type\\": 2, \\"tagName\\": \\"html\\", \\"attributes\\": {}, \\"childNodes\\": [ { \\"type\\": 2, \\"tagName\\": \\"head\\", \\"attributes\\": {}, \\"childNodes\\": [], \\"id\\": 3 }, { \\"type\\": 2, \\"tagName\\": \\"body\\", \\"attributes\\": {}, \\"childNodes\\": [ { \\"type\\": 3, \\"textContent\\": \\"\\\\n \\", \\"id\\": 5 }, { \\"type\\": 2, \\"tagName\\": \\"input\\", \\"attributes\\": { \\"type\\": \\"text\\" }, \\"childNodes\\": [], \\"id\\": 6 }, { \\"type\\": 3, \\"textContent\\": \\"\\\\n \\\\n \\\\n \\", \\"id\\": 7 } ], \\"id\\": 4 } ], \\"id\\": 2 } ], \\"id\\": 1 }, \\"initialOffset\\": { \\"left\\": 0, \\"top\\": 0 } } }, { \\"type\\": 3, \\"data\\": { \\"source\\": 0, \\"texts\\": [], \\"attributes\\": [], \\"removes\\": [ { \\"parentId\\": 4, \\"id\\": 6 } ], \\"adds\\": [ { \\"parentId\\": 4, \\"previousId\\": 7, \\"nextId\\": null, \\"node\\": { \\"type\\": 2, \\"tagName\\": \\"p\\", \\"attributes\\": {}, \\"childNodes\\": [], \\"id\\": 8 } }, { \\"parentId\\": 8, \\"previousId\\": null, \\"nextId\\": null, \\"node\\": { \\"type\\": 2, \\"tagName\\": \\"span\\", \\"attributes\\": {}, \\"childNodes\\": [], \\"id\\": 9 } } ] } }, { \\"type\\": 3, \\"data\\": { \\"source\\": 0, \\"texts\\": [], \\"attributes\\": [], \\"removes\\": [], \\"adds\\": [ { \\"parentId\\": 9, \\"previousId\\": null, \\"nextId\\": null, \\"node\\": { \\"type\\": 3, \\"textContent\\": \\"test\\", \\"id\\": 10 } } ] } }, { \\"type\\": 4, \\"data\\": { \\"href\\": \\"about:blank\\", \\"width\\": 800, \\"height\\": 600 } }, { \\"type\\": 2, \\"data\\": { \\"node\\": { \\"type\\": 0, \\"childNodes\\": [ { \\"type\\": 2, \\"tagName\\": \\"html\\", \\"attributes\\": {}, \\"childNodes\\": [ { \\"type\\": 2, \\"tagName\\": \\"head\\", \\"attributes\\": {}, \\"childNodes\\": [], \\"id\\": 3 }, { \\"type\\": 2, \\"tagName\\": \\"body\\", \\"attributes\\": {}, \\"childNodes\\": [ { \\"type\\": 3, \\"textContent\\": \\"\\\\n \\", \\"id\\": 5 }, { \\"type\\": 3, \\"textContent\\": \\"\\\\n \\\\n \\\\n \\", \\"id\\": 7 }, { \\"type\\": 2, \\"tagName\\": \\"p\\", \\"attributes\\": {}, \\"childNodes\\": [ { \\"type\\": 2, \\"tagName\\": \\"span\\", \\"attributes\\": {}, \\"childNodes\\": [ { \\"type\\": 3, \\"textContent\\": \\"test\\", \\"id\\": 10 } ], \\"id\\": 9 } ], \\"id\\": 8 } ], \\"id\\": 4 } ], \\"id\\": 2 } ], \\"id\\": 1 }, \\"initialOffset\\": { \\"left\\": 0, \\"top\\": 0 } } }, { \\"type\\": 3, \\"data\\": { \\"source\\": 0, \\"texts\\": [], \\"attributes\\": [], \\"removes\\": [ { \\"parentId\\": 8, \\"id\\": 9 } ], \\"adds\\": [ { \\"parentId\\": 4, \\"previousId\\": 8, \\"nextId\\": null, \\"node\\": { \\"type\\": 2, \\"tagName\\": \\"span\\", \\"attributes\\": {}, \\"childNodes\\": [], \\"id\\": 9 } }, { \\"parentId\\": 9, \\"previousId\\": null, \\"nextId\\": null, \\"node\\": { \\"type\\": 3, \\"textContent\\": \\"test\\", \\"id\\": 10 } } ] } } ]" `; exports[`custom-event 1`] = ` "[ { \\"type\\": 4, \\"data\\": { \\"href\\": \\"about:blank\\", \\"width\\": 800, \\"height\\": 600 } }, { \\"type\\": 2, \\"data\\": { \\"node\\": { \\"type\\": 0, \\"childNodes\\": [ { \\"type\\": 2, \\"tagName\\": \\"html\\", \\"attributes\\": {}, \\"childNodes\\": [ { \\"type\\": 2, \\"tagName\\": \\"head\\", \\"attributes\\": {}, \\"childNodes\\": [], \\"id\\": 3 }, { \\"type\\": 2, \\"tagName\\": \\"body\\", \\"attributes\\": {}, \\"childNodes\\": [ { \\"type\\": 3, \\"textContent\\": \\"\\\\n \\", \\"id\\": 5 }, { \\"type\\": 2, \\"tagName\\": \\"input\\", \\"attributes\\": { \\"type\\": \\"text\\" }, \\"childNodes\\": [], \\"id\\": 6 }, { \\"type\\": 3, \\"textContent\\": \\"\\\\n \\\\n \\\\n \\", \\"id\\": 7 } ], \\"id\\": 4 } ], \\"id\\": 2 } ], \\"id\\": 1 }, \\"initialOffset\\": { \\"left\\": 0, \\"top\\": 0 } } }, { \\"type\\": 5, \\"data\\": { \\"tag\\": \\"tag1\\", \\"payload\\": 1 } }, { \\"type\\": 5, \\"data\\": { \\"tag\\": \\"tag2\\", \\"payload\\": { \\"a\\": \\"b\\" } } } ]" `;