// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`evaluated-web-bundle 1`] = ` { "console": [ "[log] Bootstrapped, ready to go!", "[log] Test my sourcemap: App started", "[log] Test my sourcemap: App tick", "[log] Test my sourcemap: App ended", ], "errors": [], "html": " Test bundle! I'm cool!
App ended
", "requestsFailed": [], "responses": [ "200 http://localhost/index.html", "200 http://localhost/index.js", "200 http://localhost/app.js", ], } `;