Skip to content

Commit fbb0104

Browse files
committed
Update snap
1 parent 8228003 commit fbb0104

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/import/__snapshots__/trace-event.test.ts.snap

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Object {
189189
"file": undefined,
190190
"key": "anonymous {\\"parent\\":1}",
191191
"line": undefined,
192-
"name": "anonymous {\\"parent\\":1}",
192+
"name": "anonymous",
193193
"selfWeight": 0,
194194
"totalWeight": 4,
195195
},
@@ -198,7 +198,7 @@ Object {
198198
"file": undefined,
199199
"key": "function1 {\\"parent\\":2}",
200200
"line": undefined,
201-
"name": "function1 {\\"parent\\":2}",
201+
"name": "function1",
202202
"selfWeight": 0,
203203
"totalWeight": 2,
204204
},
@@ -207,7 +207,7 @@ Object {
207207
"file": undefined,
208208
"key": "anonymous {\\"parent\\":3}",
209209
"line": undefined,
210-
"name": "anonymous {\\"parent\\":3}",
210+
"name": "anonymous",
211211
"selfWeight": 2,
212212
"totalWeight": 2,
213213
},
@@ -216,16 +216,16 @@ Object {
216216
"file": undefined,
217217
"key": "anonymous {\\"parent\\":8}",
218218
"line": undefined,
219-
"name": "anonymous {\\"parent\\":8}",
219+
"name": "anonymous",
220220
"selfWeight": 2,
221221
"totalWeight": 2,
222222
},
223223
],
224224
"name": "pid 0, tid 0",
225225
"stacks": Array [
226226
"anonymous 1.00µs",
227-
"anonymous;anonymous {\\"parent\\":1};function1 {\\"parent\\":2};anonymous {\\"parent\\":3} 2.00µs",
228-
"anonymous;anonymous {\\"parent\\":1};anonymous {\\"parent\\":8} 2.00µs",
227+
"anonymous;anonymous;function1;anonymous 2.00µs",
228+
"anonymous;anonymous;anonymous 2.00µs",
229229
],
230230
}
231231
`;

0 commit comments

Comments
 (0)