// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`rewrite-url 1`] = ` #################### # admin/index.html # ####################
############## # index.html # ##############
################ # admin/app.js # ################ const bootstrap = (el,deps = [])=>{ el.innerHtml = \`
load the app
\`; }; export { bootstrap }; //# sourceMappingURL=app.js.map #################### # admin/app.js.map # #################### {"version":3,"file":"app.js","sources":["../../admin/app.js"],"sourcesContent":["export const bootstrap = (el,deps = [])=>{\\n el.innerHtml = \`\\n
load the app
\\n \`;\\n}\\n"],"names":[],"mappings":"AAAY,MAAC,SAAS,GAAG,CAAC,EAAE,CAAC,IAAI,GAAG,EAAE,GAAG;AACzC,IAAI,EAAE,CAAC,SAAS,GAAG,CAAC;AACpB;AACA,IAAI,CAAC,CAAC;AACN;;;;"} ################# # RENDERED HTML # #################
############# # RESPONSES # ############# 200 http://localhost/admin 200 http://localhost/admin/app.js 200 http://localhost/favicon.ico `;