Skip to content

Commit

Permalink
update test snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Sheard committed Dec 1, 2021
1 parent cbe9a17 commit e9a936d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ var qa = Object.getOwnPropertyNames;
var ba = Object.getPrototypeOf,
ef = Object.prototype.hasOwnProperty;
var tf = (e) => cl(e, \\"__esModule\\", { value: !0 });
var nf = (e, t) => () => e && (t = e((e = 0))), t;
var qe = (e, t) => () => t || e((t = { exports: {} }).exports, t), t.exports;
var nf = (e, t) => () => (e && (t = e((e = 0))), t);
var qe = (e, t) => () => (t || e((t = { exports: {} }).exports, t), t.exports);
var rf = (e, t, n) => {
if ((t && typeof t == \\"object\\") || typeof t == \\"function\\")
for (let r of qa(t))
Expand Down
10 changes: 5 additions & 5 deletions packages/modular-scripts/src/__tests__/app.esbuild.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,18 @@ describe('when working with an app', () => {
.toMatchInlineSnapshot(`
"sample-esbuild-app
├─ favicon.ico #6pu3rg
├─ index.html #1kjpjf2
├─ index.html #7q1ane
├─ logo192.png #1nez7vk
├─ logo512.png #1hwqvcc
├─ manifest.json #19gah8o
├─ robots.txt #1sjb8b3
└─ static
├─ css
│ ├─ index-OPRZV2UT.css #66eztv
│ └─ index-OPRZV2UT.css.map #18izw66
│ ├─ index-OPRZV2UT.css #1ldttcq
│ └─ index-OPRZV2UT.css.map #za6yi0
├─ js
│ ├─ index-SYRAECOS.js #c6l8qp
│ └─ index-SYRAECOS.js.map #1w0g0ue
│ ├─ index-SYRAECOS.js #nswngj
│ └─ index-SYRAECOS.js.map #1yt4p38
└─ media
└─ logo-PGX3QVVN.svg #1okqmlj"
`);
Expand Down

0 comments on commit e9a936d

Please sign in to comment.