// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`empty.mjml 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== =====================================output===================================== ================================================================================ `; exports[`head.mjml 1`] = ` ====================================options===================================== parsers: ["html"] printWidth: 80 | printWidth =====================================input====================================== The green fix eats mango. Do you like cheese? We do! =====================================output===================================== The green fix eats mango. Do you like cheese? We do! ================================================================================ `;