Skip to content

Commit f112532

Browse files
committed
Update snapshots
1 parent 33f2778 commit f112532

File tree

2 files changed

+52
-17
lines changed

2 files changed

+52
-17
lines changed

tests/e2e/__snapshots__/overlay.test.js.snap.webpack5

Lines changed: 52 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,19 @@ exports[`overlay should not show initially, then show on an error and allow to c
109109
font-family: Menlo, Consolas, monospace;
110110
"
111111
>
112-
× Module parse failed: ╰─▶ × JavaScript parse error: Unterminated
113-
template ╭──── 1 │ \`; · ── ╰──── help: You may need an appropriate
114-
loader to handle this file type.
112+
× Module parse failed: <span style="opacity: 0.5"> ╰─▶ </span
113+
><span
114+
style="
115+
font-weight: normal;
116+
opacity: 1;
117+
color: #transparent;
118+
background: #transparent;
119+
"
120+
>
121+
× JavaScript parse error: Unterminated template ╭──── 1 │ \`; · ──
122+
╰──── help: You may need an appropriate loader to handle this file
123+
type.
124+
</span>
115125
</div>
116126
</div>
117127
</div>
@@ -234,9 +244,19 @@ exports[`overlay should not show initially, then show on an error, then hide on
234244
font-family: Menlo, Consolas, monospace;
235245
"
236246
>
237-
× Module parse failed: ╰─▶ × JavaScript parse error: Unterminated
238-
template ╭──── 1 │ \`; · ── ╰──── help: You may need an appropriate
239-
loader to handle this file type.
247+
× Module parse failed: <span style="opacity: 0.5"> ╰─▶ </span
248+
><span
249+
style="
250+
font-weight: normal;
251+
opacity: 1;
252+
color: #transparent;
253+
background: #transparent;
254+
"
255+
>
256+
× JavaScript parse error: Unterminated template ╭──── 1 │ \`; · ──
257+
╰──── help: You may need an appropriate loader to handle this file
258+
type.
259+
</span>
240260
</div>
241261
</div>
242262
</div>
@@ -359,9 +379,19 @@ exports[`overlay should not show initially, then show on an error, then show oth
359379
font-family: Menlo, Consolas, monospace;
360380
"
361381
>
362-
× Module parse failed: ╰─▶ × JavaScript parse error: Unterminated
363-
template ╭──── 1 │ \`; · ── ╰──── help: You may need an appropriate
364-
loader to handle this file type.
382+
× Module parse failed: <span style="opacity: 0.5"> ╰─▶ </span
383+
><span
384+
style="
385+
font-weight: normal;
386+
opacity: 1;
387+
color: #transparent;
388+
background: #transparent;
389+
"
390+
>
391+
× JavaScript parse error: Unterminated template ╭──── 1 │ \`; · ──
392+
╰──── help: You may need an appropriate loader to handle this file
393+
type.
394+
</span>
365395
</div>
366396
</div>
367397
</div>
@@ -447,9 +477,19 @@ exports[`overlay should not show initially, then show on an error, then show oth
447477
font-family: Menlo, Consolas, monospace;
448478
"
449479
>
450-
× Module parse failed: ╰─▶ × JavaScript parse error: Unterminated
451-
template ╭──── 1 │ \`;a · ─── ╰──── help: You may need an appropriate
452-
loader to handle this file type.
480+
× Module parse failed: <span style="opacity: 0.5"> ╰─▶ </span
481+
><span
482+
style="
483+
font-weight: normal;
484+
opacity: 1;
485+
color: #transparent;
486+
background: #transparent;
487+
"
488+
>
489+
× JavaScript parse error: Unterminated template ╭──── 1 │ \`;a · ───
490+
╰──── help: You may need an appropriate loader to handle this file
491+
type.
492+
</span>
453493
</div>
454494
</div>
455495
</div>

tests/fixtures/worker-config-dev-server-false/public/worker-bundle.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
(() => {
2-
// webpackBootstrap
3-
4-
/*!*******************!*\
5-
!*** ./worker.js ***!
6-
\*******************/
72
postMessage("I'm working before postMessage");
83

94
onmessage = event => {

0 commit comments

Comments
 (0)