// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`web-bundle 1`] = ` { "console": [ "[info] %cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools font-weight:bold", "[log] Bootstrapped, ready to go!", "[log] Test my sourcemap: tick", "[log] Test my sourcemap: ended", ], "errors": [], "html": " Test bundle! I'm cool!
ended
", "requestsFailed": [], "responses": [ "200 http://localhost/index.html", "200 http://localhost/index.js", "200 http://localhost/app.js", ], } `;