// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`develop-static-entry onPreRenderHTML can be used to replace headComponents 1`] = `"
"`;
exports[`develop-static-entry onPreRenderHTML can be used to replace postBodyComponents 1`] = `" div3
div2
div1
"`;
exports[`develop-static-entry onPreRenderHTML can be used to replace preBodyComponents 1`] = `" div3
div2
div1
"`;
exports[`static-entry onPreRenderHTML can be used to replace headComponents 1`] = `""`;
exports[`static-entry onPreRenderHTML can be used to replace postBodyComponents 1`] = `" div3
div2
div1
"`;
exports[`static-entry onPreRenderHTML can be used to replace preBodyComponents 1`] = `" div3
div2
div1
"`;