Skip to content

Commit 6eb23e8

Browse files
committed
update the snapshots!
1 parent 885678c commit 6eb23e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playground/js-sourcemap/__tests__/js-sourcemap.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ describe.runIf(isBuild)('build tests', () => {
141141
const map = findAssetFile(/after-preload-dynamic-[-\w]{8}\.js\.map/)
142142
expect(formatSourcemapForSnapshot(JSON.parse(map))).toMatchInlineSnapshot(`
143143
{
144+
"debugId": "c3dabf82-954a-4c41-ba03-767350e274b5",
144145
"ignoreList": [],
145146
"mappings": ";+8BAAA,OAAO,2BAAuB,0BAE9B,QAAQ,IAAI,uBAAuB",
146147
"sources": [
@@ -179,6 +180,7 @@ describe.runIf(isBuild)('build tests', () => {
179180
const map = findAssetFile(/with-define-object.*\.js\.map/)
180181
expect(formatSourcemapForSnapshot(JSON.parse(map))).toMatchInlineSnapshot(`
181182
{
183+
"debugId": "bd3962fc-edb5-4a6d-a5da-f27a1e5f3268",
182184
"mappings": "qBAEA,SAASA,GAAO,CACJC,EAAA,CACZ,CAEA,SAASA,GAAY,CAEX,QAAA,MAAM,qBAAsBC,CAAkB,CACxD,CAEAF,EAAK",
183185
"sources": [
184186
"../../with-define-object.ts",

0 commit comments

Comments
 (0)