Skip to content

Commit bb71162

Browse files
authored
test: update util_inspect_error snapshot for defaultTransform format
1 parent c373119 commit bb71162

File tree

1 file changed

+15
-46
lines changed

1 file changed

+15
-46
lines changed
Lines changed: 15 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,28 @@
11
{ err:
22
Error: foo
33
bar
4-
at *util_inspect_error*
5-
at *
6-
at *
7-
at *
8-
at *
9-
at *
10-
at *
11-
at *
12-
nested:
13-
{ err:
4+
at Object.<anonymous> (<project-root>/test/fixtures/util/util_inspect_error.js:5:13)
5+
at <node-internal-frames>,
6+
nested:
7+
{ err:
148
Error: foo
159
bar
16-
at *util_inspect_error*
17-
at *
18-
at *
19-
at *
20-
at *
21-
at *
22-
at *
23-
at * } }
10+
at Object.<anonymous> (<project-root>/test/fixtures/util/util_inspect_error.js:5:13)
11+
at <node-internal-frames> } }
2412
{
2513
err: Error: foo
2614
bar
27-
at *util_inspect_error*
28-
at *
29-
at *
30-
at *
31-
at *
32-
at *
33-
at *
34-
at *,
15+
at Object.<anonymous> (<project-root>/test/fixtures/util/util_inspect_error.js:5:13)
16+
at <node-internal-frames>,
3517
nested: {
3618
err: Error: foo
3719
bar
38-
at *util_inspect_error*
39-
at *
40-
at *
41-
at *
42-
at *
43-
at *
44-
at *
45-
at *
20+
at Object.<anonymous> (<project-root>/test/fixtures/util/util_inspect_error.js:5:13)
21+
at <node-internal-frames>
4622
}
4723
}
48-
Error: foo
49-
bar
50-
at *util_inspect_error*
51-
at *
52-
at *
53-
at *
54-
at *
55-
at *
56-
at *
57-
at * {
58-
foo: 'bar'
59-
}
24+
{ Error: foo
25+
bar
26+
at Object.<anonymous> (<project-root>/test/fixtures/util/util_inspect_error.js:5:13)
27+
at <node-internal-frames>
28+
foo: 'bar' }

0 commit comments

Comments
 (0)